Skip to content

Commit 451f4c1

Browse files
committed
Merge branch 'master' into development
* master: bump version
2 parents 95aa544 + 6cfea5a commit 451f4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "13.2.0"
4+
s.version = "13.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.
@@ -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 => 'v13.2.0',
21+
:tag => 'v13.2.1',
2222
:submodules => true
2323
}
2424
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)