Skip to content

Commit

Permalink
Bump podspecs to 0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
alfianlosari committed Jul 10, 2023
1 parent a3166b0 commit 1d3ed23
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.18'
c.version = '0.0.19'
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.18'
c.version = '0.0.19'
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.18'
c.version = '0.0.19'
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.18'
c.version = '0.0.19'
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.18"
mqttc.version = "0.0.19"
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 1d3ed23

Please sign in to comment.