Skip to content

Commit 046bb0e

Browse files
committed
bump version
1 parent 0dc4dd4 commit 046bb0e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v15.2.0
2+
3+
- Small fixes.
4+
15
# v15.1.0
26

37
- Add ability to enable websockets SOCKS proxy.

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Then import `import SocketIO`.
9999
### Carthage
100100
Add this line to your `Cartfile`:
101101
```
102-
github "socketio/socket.io-client-swift" ~> 15.1.0
102+
github "socketio/socket.io-client-swift" ~> 15.2.0
103103
```
104104

105105
Run `carthage update --platform ios,macosx`.
@@ -113,7 +113,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
113113
use_frameworks!
114114

115115
target 'YourApp' do
116-
pod 'Socket.IO-Client-Swift', '~> 15.1.0'
116+
pod 'Socket.IO-Client-Swift', '~> 15.2.0'
117117
end
118118
```
119119

Diff for: 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 = "15.1.0"
4+
s.version = "15.2.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.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
s.requires_arc = true
1919
s.source = {
2020
:git => "https://github.com/socketio/socket.io-client-swift.git",
21-
:tag => 'v15.1.0',
21+
:tag => 'v15.2.0',
2222
:submodules => true
2323
}
2424

0 commit comments

Comments
 (0)