From 6ad8e687f3fd834e92bbd49cd2ded942737b196d Mon Sep 17 00:00:00 2001 From: Christoph Krey Date: Wed, 10 Aug 2016 23:52:17 +0200 Subject: [PATCH] [FIX] MQTTClient.h in podspec --- CHANGELOG.md | 4 ++++ MQTTClient.podspec | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5591a1..aff2c4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes ================================================ +## MQTT-Client-Framework 0.8.1 +> Release date 2016-08-10 + +[FIX] MQTTClient.h in podspec ## MQTT-Client-Framework 0.8.0 > Release date 2016-08-08 diff --git a/MQTTClient.podspec b/MQTTClient.podspec index 6014dc05..c1d7fd4a 100644 --- a/MQTTClient.podspec +++ b/MQTTClient.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |mqttc| mqttc.name = "MQTTClient" - mqttc.version = "0.8.0" + mqttc.version = "0.8.1" mqttc.summary = "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework" mqttc.homepage = "https://github.com/ckrey/MQTT-Client-Framework" mqttc.license = { :type => "EPLv1", :file => "LICENSE" } mqttc.author = { "Christoph Krey" => "krey.christoph@gmail.com" } mqttc.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", - :tag => "0.8.0", + :tag => "0.8.1", :submodules => true }