From f447db2f116a4cad9fc4da52b8a002601405198b Mon Sep 17 00:00:00 2001 From: Alfian Losari Date: Mon, 24 Jul 2023 11:58:56 +0700 Subject: [PATCH] Bump podpsecs to 0.0.20 --- CourierCore.podspec | 2 +- CourierMQTT.podspec | 2 +- CourierMQTTChuck.podspec | 2 +- CourierProtobuf.podspec | 2 +- MQTTClientGJ.podspec | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CourierCore.podspec b/CourierCore.podspec index 0be44cb..1df32ad 100644 --- a/CourierCore.podspec +++ b/CourierCore.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |c| c.name = 'CourierCore' - c.version = '0.0.19' + c.version = '0.0.20' c.summary = "Gojek iOS Long Run Connection Open Source SDK" c.description = "Publish and Subscribe data with bidirectional communication between client and server" diff --git a/CourierMQTT.podspec b/CourierMQTT.podspec index c6314d6..e792f66 100644 --- a/CourierMQTT.podspec +++ b/CourierMQTT.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |c| c.name = 'CourierMQTT' - c.version = '0.0.19' + c.version = '0.0.20' c.summary = "Gojek iOS Long Run Connection Open Source SDK" c.description = "Publish and Subscribe data with bidirectional communication between client and server" diff --git a/CourierMQTTChuck.podspec b/CourierMQTTChuck.podspec index 87517d0..48d092c 100644 --- a/CourierMQTTChuck.podspec +++ b/CourierMQTTChuck.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |c| c.name = 'CourierMQTTChuck' - c.version = '0.0.19' + c.version = '0.0.20' c.summary = "Gojek iOS Long Run Connection Open Source SDK" c.description = "Publish and Subscribe data with bidirectional communication between client and server" diff --git a/CourierProtobuf.podspec b/CourierProtobuf.podspec index 1ed2e9a..6ffa15e 100644 --- a/CourierProtobuf.podspec +++ b/CourierProtobuf.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |c| c.name = 'CourierProtobuf' - c.version = '0.0.19' + c.version = '0.0.20' c.summary = "Gojek iOS Long Run Connection Open Source SDK" c.description = "Publish and Subscribe data with bidirectional communication between client and server" diff --git a/MQTTClientGJ.podspec b/MQTTClientGJ.podspec index b0baf01..5feeabf 100644 --- a/MQTTClientGJ.podspec +++ b/MQTTClientGJ.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |mqttc| mqttc.name = "MQTTClientGJ" - mqttc.version = "0.0.19" + mqttc.version = "0.0.20" mqttc.summary = "iOS, macOS and tvOS native ObjectiveC MQTT Client Framework" mqttc.homepage = "https://github.com/gojek/courier-iOS" mqttc.license = "EPLv1"