From 6bf970e491e7cb34b16874f17eaf0ff47d83694c Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 30 Mar 2017 18:54:04 -0400 Subject: [PATCH] bump version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`.