Skip to content

Commit 4d07d29

Browse files
committed
bump version
1 parent 0d6e4af commit 4d07d29

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Carthage
8585
-----------------
8686
Add this line to your `Cartfile`:
8787
```
88-
github "socketio/socket.io-client-swift" ~> 5.2.0 # Or latest version
88+
github "socketio/socket.io-client-swift" ~> 5.2.1 # Or latest version
8989
```
9090

9191
Run `carthage update --platform ios,macosx`.
@@ -99,7 +99,7 @@ source 'https://github.com/CocoaPods/Specs.git'
9999
platform :ios, '8.0'
100100
use_frameworks!
101101

102-
pod 'Socket.IO-Client-Swift', '~> 5.2.0' # Or latest version
102+
pod 'Socket.IO-Client-Swift', '~> 5.2.1' # Or latest version
103103
```
104104

105105
Install pods:
@@ -127,7 +127,7 @@ CocoaSeeds
127127
Add this line to your `Seedfile`:
128128

129129
```
130-
github "socketio/socket.io-client-swift", "v5.2.0", :files => "Source/*.swift" # Or latest version
130+
github "socketio/socket.io-client-swift", "v5.2.1", :files => "Source/*.swift" # Or latest version
131131
```
132132

133133
Run `seed install`.

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 = "SocketIOClientSwift"
4-
s.version = "5.2.0"
4+
s.version = "5.2.1"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.10'
1616
s.tvos.deployment_target = '9.0'
17-
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v5.2.0' }
17+
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v5.2.1' }
1818
s.source_files = "Source/**/*.swift"
1919
s.requires_arc = true
2020
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files

0 commit comments

Comments
 (0)