bump version

This commit is contained in:
Erik 2017-03-30 18:54:04 -04:00
parent 23050890e9
commit 6bf970e491
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -95,7 +95,7 @@ Carthage
----------------- -----------------
Add this line to your `Cartfile`: Add this line to your `Cartfile`:
``` ```
github "socketio/socket.io-client-swift" ~> 8.3.2 # Or latest version github "socketio/socket.io-client-swift" ~> 8.3.3 # Or latest version
``` ```
Run `carthage update --platform ios,macosx`. Run `carthage update --platform ios,macosx`.
@ -108,7 +108,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
use_frameworks! use_frameworks!
target 'YourApp' do target 'YourApp' do
pod 'Socket.IO-Client-Swift', '~> 8.3.2' # Or latest version pod 'Socket.IO-Client-Swift', '~> 8.3.3' # Or latest version
end end
``` ```
@ -137,7 +137,7 @@ CocoaSeeds
Add this line to your `Seedfile`: Add this line to your `Seedfile`:
``` ```
github "socketio/socket.io-client-swift", "v8.3.2", :files => "Source/*.swift" # Or latest version github "socketio/socket.io-client-swift", "v8.3.3", :files => "Source/*.swift" # Or latest version
``` ```
Run `seed install`. Run `seed install`.