File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # v13.1.3
2
+
3
+ - Fix setting reconnectAttempts [ #989 ] ( (https://github.com/socketio/socket.io-client-swift/issues/989) )
4
+
5
+
1
6
# v13.1.2
2
7
3
8
- 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
29
34
What's new:
30
35
---
31
36
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.
33
38
- Adds ` .sentPing ` and ` .gotPong ` client events for tracking ping/pongs.
34
39
- watchOS support.
35
40
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Socket.IO-Client-Swift"
3
3
s . module_name = "SocketIO"
4
- s . version = "13.1.2 "
4
+ s . version = "13.1.3 "
5
5
s . summary = "Socket.IO-client for iOS and OS X"
6
6
s . description = <<-DESC
7
7
Socket.IO-client for iOS and OS X.
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
s . requires_arc = true
19
19
s . source = {
20
20
:git => "https://github.com/socketio/socket.io-client-swift.git" ,
21
- :tag => 'v13.1.2 ' ,
21
+ :tag => 'v13.1.3 ' ,
22
22
:submodules => true
23
23
}
24
24
s . pod_target_xcconfig = {
You can’t perform that action at this time.
0 commit comments