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"