Skip to content

Commit 8be2df0

Browse files
committed
bump version
1 parent f34750a commit 8be2df0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Then import `import SocketIO`.
8989
Add these line to your `Cartfile`:
9090
```
9191
github "nuclearace/Starscream" ~> 8.0.2
92-
github "socketio/socket.io-client-swift" ~> 11.0.2 # Or latest version
92+
github "socketio/socket.io-client-swift" ~> 11.1.0 # Or latest version
9393
```
9494

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

103103
target 'YourApp' do
104-
pod 'Socket.IO-Client-Swift', '~> 11.0.2' # Or latest version
104+
pod 'Socket.IO-Client-Swift', '~> 11.1.0' # Or latest version
105105
end
106106
```
107107

@@ -129,7 +129,7 @@ Objective-C:
129129
Add this line to your `Seedfile`:
130130

131131
```
132-
github "socketio/socket.io-client-swift", "v11.0.2", :files => "Source/*.swift" # Or latest version
132+
github "socketio/socket.io-client-swift", "v11.1.0", :files => "Source/*.swift" # Or latest version
133133
```
134134

135135
Run `seed install`.

Socket.IO-Client-Swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
33
s.module_name = "SocketIO"
4-
s.version = "11.0.2"
4+
s.version = "11.1.0"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717
s.requires_arc = true
1818
s.source = {
1919
:git => "https://github.com/socketio/socket.io-client-swift.git",
20-
:tag => 'v11.0.2',
20+
:tag => 'v11.1.0',
2121
:submodules => true
2222
}
2323
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)