Skip to content

Commit

Permalink
Prepare for 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
billp committed Feb 2, 2021
1 parent aaf4594 commit d6adbfe
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 @@ -74,14 +74,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.1.0'
pod 'TermiNetwork', '~> 2.1.1'
```

### Carthage

Add the following line to your **Carthage** and run **carthage update** in your terminal:
```ruby
github "billp/TermiNetwork" ~> 2.1.0
github "billp/TermiNetwork" ~> 2.1.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.1.0'
s.version = '2.1.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 d6adbfe

Please sign in to comment.