diff --git a/CourierCore.podspec b/CourierCore.podspec index 55f1ea2..0be44cb 100644 --- a/CourierCore.podspec +++ b/CourierCore.podspec @@ -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" diff --git a/CourierMQTT.podspec b/CourierMQTT.podspec index 9704117..c6314d6 100644 --- a/CourierMQTT.podspec +++ b/CourierMQTT.podspec @@ -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" diff --git a/CourierMQTTChuck.podspec b/CourierMQTTChuck.podspec index a138410..87517d0 100644 --- a/CourierMQTTChuck.podspec +++ b/CourierMQTTChuck.podspec @@ -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" diff --git a/CourierProtobuf.podspec b/CourierProtobuf.podspec index 2636a48..1ed2e9a 100644 --- a/CourierProtobuf.podspec +++ b/CourierProtobuf.podspec @@ -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" diff --git a/MQTTClientGJ.podspec b/MQTTClientGJ.podspec index 1dbf85a..b0baf01 100644 --- a/MQTTClientGJ.podspec +++ b/MQTTClientGJ.podspec @@ -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"