diff --git a/README.md b/README.md index c184c54..a891b13 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Carthage ----------------- 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`. @@ -108,7 +108,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`: use_frameworks! 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 ``` @@ -137,7 +137,7 @@ CocoaSeeds 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`.