Skip to content

Commit 6bf970e

Browse files
committed
bump version
1 parent 2305089 commit 6bf970e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Carthage
9595
-----------------
9696
Add this line to your `Cartfile`:
9797
```
98-
github "socketio/socket.io-client-swift" ~> 8.3.2 # Or latest version
98+
github "socketio/socket.io-client-swift" ~> 8.3.3 # Or latest version
9999
```
100100

101101
Run `carthage update --platform ios,macosx`.
@@ -108,7 +108,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
108108
use_frameworks!
109109

110110
target 'YourApp' do
111-
pod 'Socket.IO-Client-Swift', '~> 8.3.2' # Or latest version
111+
pod 'Socket.IO-Client-Swift', '~> 8.3.3' # Or latest version
112112
end
113113
```
114114

@@ -137,7 +137,7 @@ CocoaSeeds
137137
Add this line to your `Seedfile`:
138138

139139
```
140-
github "socketio/socket.io-client-swift", "v8.3.2", :files => "Source/*.swift" # Or latest version
140+
github "socketio/socket.io-client-swift", "v8.3.3", :files => "Source/*.swift" # Or latest version
141141
```
142142

143143
Run `seed install`.

0 commit comments

Comments
 (0)