Skip to content

Commit 81e6311

Browse files
committed
feat: update version to 2.1.3
1 parent 2df529b commit 81e6311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CocoaMQTT.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CocoaMQTT"
3-
s.version = "2.1.1"
3+
s.version = "2.1.3"
44
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
55
s.homepage = "https://github.com/emqx/CocoaMQTT"
66
s.license = { :type => "MIT" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = "9.0"
1313
s.tvos.deployment_target = "10.0"
1414
# s.watchos.deployment_target = "2.0"
15-
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.1"}
15+
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.3"}
1616
s.default_subspec = 'Core'
1717

1818
s.subspec 'Core' do |ss|

0 commit comments

Comments
 (0)