Skip to content

Commit 46cea36

Browse files
committed
bump version
1 parent 6ee1dae commit 46cea36

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Carthage
6060
-----------------
6161
Add this line to your `Cartfile`:
6262
```
63-
github "socketio/socket.io-client-swift" ~> 2.4.2 # Or latest version
63+
github "socketio/socket.io-client-swift" ~> 2.4.3 # Or latest version
6464
```
6565
6666
Run `carthage update`.
@@ -79,7 +79,7 @@ source 'https://github.com/CocoaPods/Specs.git'
7979
platform :ios, '8.0'
8080
use_frameworks!
8181
82-
pod 'Socket.IO-Client-Swift', '~> 2.4.2' # Or latest version
82+
pod 'Socket.IO-Client-Swift', '~> 2.4.3' # Or latest version
8383
```
8484

8585
Install pods:

Socket.IO-Client-Swift.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
3-
s.version = "2.4.2"
3+
s.version = "2.4.3"
44
s.summary = "Socket.IO-client for iOS and OS X"
55
s.description = <<-DESC
66
Socket.IO-client for iOS and OS X.
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.author = { "Erik" => "[email protected]" }
1313
s.ios.deployment_target = '8.0'
1414
s.osx.deployment_target = '10.10'
15-
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.4.2' }
15+
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.4.3' }
1616
s.source_files = "SocketIOClientSwift/**/*.swift"
1717
s.requires_arc = true
1818
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files

0 commit comments

Comments
 (0)