Skip to content

Commit

Permalink
update changelog/readme for 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearace committed May 28, 2019
1 parent c1744e9 commit 0d44b10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v15.0.1
# v15.1.0

- Add ability to enable websockets SOCKS proxy.
- Fix emit completion callback not firing on websockets [#1178](https://github.com/socketio/socket.io-client-swift/issues/1178)

# v15.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Then import `import SocketIO`.
### Carthage
Add this line to your `Cartfile`:
```
github "socketio/socket.io-client-swift" ~> 15.0.0
github "socketio/socket.io-client-swift" ~> 15.1.0
```

Run `carthage update --platform ios,macosx`.
Expand All @@ -113,7 +113,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
use_frameworks!

target 'YourApp' do
pod 'Socket.IO-Client-Swift', '~> 15.0.0'
pod 'Socket.IO-Client-Swift', '~> 15.1.0'
end
```

Expand Down

0 comments on commit 0d44b10

Please sign in to comment.