From 2b1f7cceacf67677745863721a967e55c65a0720 Mon Sep 17 00:00:00 2001 From: Alfian Losari Date: Tue, 31 Jan 2023 10:37:00 +0700 Subject: [PATCH] Bump podspec to 0.0.16 --- CourierCore.podspec | 2 +- CourierMQTT.podspec | 2 +- CourierProtobuf.podspec | 2 +- MQTTClientGJ.podspec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CourierCore.podspec b/CourierCore.podspec index 7431e08..61cfeb6 100644 --- a/CourierCore.podspec +++ b/CourierCore.podspec @@ -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" diff --git a/CourierMQTT.podspec b/CourierMQTT.podspec index 6d43d2d..2b9606e 100644 --- a/CourierMQTT.podspec +++ b/CourierMQTT.podspec @@ -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" diff --git a/CourierProtobuf.podspec b/CourierProtobuf.podspec index ff2ce29..05206a2 100644 --- a/CourierProtobuf.podspec +++ b/CourierProtobuf.podspec @@ -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" diff --git a/MQTTClientGJ.podspec b/MQTTClientGJ.podspec index 8e41972..944ef4e 100644 --- a/MQTTClientGJ.podspec +++ b/MQTTClientGJ.podspec @@ -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"