Skip to content

Commit 8f2d9cc

Browse files
committed
chore: prepare 2.2.6 release
1 parent 65ec97f commit 8f2d9cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.2.5"
3+
s.version = "2.2.6"
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 = "12.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.2.5"}
15+
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.2.6"}
1616
s.default_subspec = 'Core'
1717

1818
s.subspec 'Core' do |ss|

0 commit comments

Comments
 (0)