Skip to content

Commit

Permalink
Version 1.4.1 is here with Reconnect Timer stop functionality PR: #103
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos committed Mar 7, 2021
1 parent d50eb38 commit 9ed24a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StompClientLib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
3 changes: 2 additions & 1 deletion StompClientLib/Classes/StompClientLib.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
// Pods
//
// Created by Kuray (FreakyCoder)
//
// Created at July 07, 2017
// Updated at March 07, 2021
//

import UIKit
Expand Down

0 comments on commit 9ed24a8

Please sign in to comment.