Skip to content

Commit

Permalink
Bump to 0.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Aug 9, 2023
1 parent 00ccab8 commit 70b3587
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CourierCore.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |c|
c.name = 'CourierCore'
c.version = '0.0.21'
c.version = '0.0.22'
c.summary = "Gojek iOS Long Run Connection Open Source SDK"
c.description = "Publish and Subscribe data with bidirectional communication between client and server"

Expand Down
2 changes: 1 addition & 1 deletion CourierMQTT.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |c|
c.name = 'CourierMQTT'
c.version = '0.0.21'
c.version = '0.0.22'
c.summary = "Gojek iOS Long Run Connection Open Source SDK"
c.description = "Publish and Subscribe data with bidirectional communication between client and server"

Expand Down
2 changes: 1 addition & 1 deletion CourierMQTTChuck.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |c|
c.name = 'CourierMQTTChuck'
c.version = '0.0.21'
c.version = '0.0.22'
c.summary = "Gojek iOS Long Run Connection Open Source SDK"
c.description = "Publish and Subscribe data with bidirectional communication between client and server"

Expand Down
2 changes: 1 addition & 1 deletion CourierProtobuf.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |c|
c.name = 'CourierProtobuf'
c.version = '0.0.21'
c.version = '0.0.22'
c.summary = "Gojek iOS Long Run Connection Open Source SDK"
c.description = "Publish and Subscribe data with bidirectional communication between client and server"

Expand Down
2 changes: 1 addition & 1 deletion MQTTClientGJ.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |mqttc|
mqttc.name = "MQTTClientGJ"
mqttc.version = "0.0.21"
mqttc.version = "0.0.22"
mqttc.summary = "iOS, macOS and tvOS native ObjectiveC MQTT Client Framework"
mqttc.homepage = "https://github.com/gojek/courier-iOS"
mqttc.license = "EPLv1"
Expand Down

0 comments on commit 70b3587

Please sign in to comment.