bump version
This commit is contained in:
parent
d24e8f83c6
commit
47bcfb1299
@ -1,3 +1,8 @@
|
|||||||
|
# v13.1.3
|
||||||
|
|
||||||
|
- Fix setting reconnectAttempts [#989]((https://github.com/socketio/socket.io-client-swift/issues/989))
|
||||||
|
|
||||||
|
|
||||||
# v13.1.2
|
# v13.1.2
|
||||||
|
|
||||||
- Fix [#950](https://github.com/socketio/socket.io-client-swift/issues/950)
|
- 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
|
|||||||
What's new:
|
What's new:
|
||||||
---
|
---
|
||||||
|
|
||||||
- Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine.
|
- Adds a new `SocketManager` class that multiplexes multiple namespaces through a single engine.
|
||||||
- Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
|
- Adds `.sentPing` and `.gotPong` client events for tracking ping/pongs.
|
||||||
- watchOS support.
|
- watchOS support.
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "Socket.IO-Client-Swift"
|
s.name = "Socket.IO-Client-Swift"
|
||||||
s.module_name = "SocketIO"
|
s.module_name = "SocketIO"
|
||||||
s.version = "13.1.2"
|
s.version = "13.1.3"
|
||||||
s.summary = "Socket.IO-client for iOS and OS X"
|
s.summary = "Socket.IO-client for iOS and OS X"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
Socket.IO-client for iOS and OS X.
|
Socket.IO-client for iOS and OS X.
|
||||||
@ -18,7 +18,7 @@ Pod::Spec.new do |s|
|
|||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.source = {
|
s.source = {
|
||||||
:git => "https://github.com/socketio/socket.io-client-swift.git",
|
:git => "https://github.com/socketio/socket.io-client-swift.git",
|
||||||
:tag => 'v13.1.2',
|
:tag => 'v13.1.3',
|
||||||
:submodules => true
|
:submodules => true
|
||||||
}
|
}
|
||||||
s.pod_target_xcconfig = {
|
s.pod_target_xcconfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user