From 9ed24a89effc54e1c7dd7cd5297c069c9914422c Mon Sep 17 00:00:00 2001 From: FreakyCoder Date: Sun, 7 Mar 2021 14:32:10 +0300 Subject: [PATCH] Version 1.4.1 is here with Reconnect Timer stop functionality PR: #103 --- StompClientLib.podspec | 2 +- StompClientLib/Classes/StompClientLib.swift | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/StompClientLib.podspec b/StompClientLib.podspec index ba10dda..a6433bc 100755 --- a/StompClientLib.podspec +++ b/StompClientLib.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'StompClientLib' - s.version = '1.4.0' + s.version = '1.4.1' s.summary = 'Simple STOMP Client library. Swift 3, 4, 4.2, 5 compatible. Objective-C Run-time compatibility' s.swift_version = '4.0', '4.2', '5.0' diff --git a/StompClientLib/Classes/StompClientLib.swift b/StompClientLib/Classes/StompClientLib.swift index 82f13a2..50e7f44 100755 --- a/StompClientLib/Classes/StompClientLib.swift +++ b/StompClientLib/Classes/StompClientLib.swift @@ -3,7 +3,8 @@ // Pods // // Created by Kuray (FreakyCoder) -// +// Created at July 07, 2017 +// Updated at March 07, 2021 // import UIKit