From 47bcfb1299f488ea95d6b5b9fa34c659935bc5c9 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Fri, 30 Mar 2018 09:51:41 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 7 ++++++- Socket.IO-Client-Swift.podspec | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9bcee..bfaf269 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v13.1.3 + +- Fix setting reconnectAttempts [#989]((https://github.com/socketio/socket.io-client-swift/issues/989)) + + # v13.1.2 - 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: --- -- 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. - watchOS support. diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 4354192..7e07ef7 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Socket.IO-Client-Swift" 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.description = <<-DESC Socket.IO-client for iOS and OS X. @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", - :tag => 'v13.1.2', + :tag => 'v13.1.3', :submodules => true } s.pod_target_xcconfig = {