Skip to content

Commit

Permalink
Prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
billp committed Jan 14, 2021
1 parent af84c7c commit 359144f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ You can install **TermiNetwork** with one of the following ways...

Add the following line to your **Podfile** and run **pod install** in your terminal:
```ruby
pod 'TermiNetwork', '~> 2.0.0'
pod 'TermiNetwork', '~> 2.0.1'
```

### Carthage

Add the following line to your **Carthage** and run **carthage update** in your terminal:
```ruby
github "billp/TermiNetwork" ~> 2.0.0
github "billp/TermiNetwork" ~> 2.0.1
```

### Swift Package Manager
Expand Down
2 changes: 1 addition & 1 deletion TermiNetwork.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TermiNetwork'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'A zero-dependency networking solution for building modern and secure iOS, watchOS, macOS and tvOS applications.'
s.homepage = 'https://github.com/billp/TermiNetwork.git'
s.license = 'MIT'
Expand Down

0 comments on commit 359144f

Please sign in to comment.