Skip to content

Commit

Permalink
Bump podspec to 0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Jan 31, 2023
1 parent dc556e9 commit 2b1f7cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.15'
c.version = '0.0.16'
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.15'
c.version = '0.0.16'
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.15'
c.version = '0.0.16'
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.15"
mqttc.version = "0.0.16"
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 2b1f7cc

Please sign in to comment.