Skip to content

Commit 47bcfb1

Browse files
committed
bump version
1 parent d24e8f8 commit 47bcfb1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v13.1.3
2+
3+
- Fix setting reconnectAttempts [#989]((https://github.com/socketio/socket.io-client-swift/issues/989))
4+
5+
16
# v13.1.2
27

38
- Fix [#950](https://github.com/socketio/socket.io-client-swift/issues/950)
@@ -29,7 +34,7 @@ Checkout out the migration guide in Usage Docs for a more detailed guide on how
2934
What's new:
3035
---
3136

32-
- Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine.
37+
- Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine.
3338
- Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
3439
- watchOS support.
3540

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

0 commit comments

Comments
 (0)