From 70b3587de9dcd49948bf734fc8801a80df9930a9 Mon Sep 17 00:00:00 2001 From: Alfian Losari Date: Wed, 9 Aug 2023 11:47:20 +0700 Subject: [PATCH] Bump to 0.0.22 --- 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 4666fd6..317c594 100644 --- a/CourierCore.podspec +++ b/CourierCore.podspec @@ -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" diff --git a/CourierMQTT.podspec b/CourierMQTT.podspec index 3e34c23..b442134 100644 --- a/CourierMQTT.podspec +++ b/CourierMQTT.podspec @@ -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" diff --git a/CourierMQTTChuck.podspec b/CourierMQTTChuck.podspec index cc0e54c..e3ccbb9 100644 --- a/CourierMQTTChuck.podspec +++ b/CourierMQTTChuck.podspec @@ -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" diff --git a/CourierProtobuf.podspec b/CourierProtobuf.podspec index 251d55f..4f4bf87 100644 --- a/CourierProtobuf.podspec +++ b/CourierProtobuf.podspec @@ -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" diff --git a/MQTTClientGJ.podspec b/MQTTClientGJ.podspec index 36bd144..7f7f398 100644 --- a/MQTTClientGJ.podspec +++ b/MQTTClientGJ.podspec @@ -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"