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