Skip to content

Commit 45af5d9

Browse files
committed
bump version
1 parent ff0f1c8 commit 45af5d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Then import `import SocketIO`.
9393
### Carthage
9494
Add this line to your `Cartfile`:
9595
```
96-
github "socketio/socket.io-client-swift" ~> 12.1.2 # Or latest version
96+
github "socketio/socket.io-client-swift" ~> 12.1.3 # Or latest version
9797
```
9898

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

109109
target 'YourApp' do
110-
pod 'Socket.IO-Client-Swift', '~> 12.1.2' # Or latest version
110+
pod 'Socket.IO-Client-Swift', '~> 12.1.3' # Or latest version
111111
end
112112
```
113113

Socket.IO-Client-Swift.podspec

Lines changed: 2 additions & 2 deletions
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 = "12.1.2"
4+
s.version = "12.1.3"
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 => 'v12.1.2',
20+
:tag => 'v12.1.3',
2121
:submodules => true
2222
}
2323
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)