Skip to content

Commit

Permalink
[NEW] 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ckrey committed Sep 20, 2017
1 parent 5b1ccfd commit a8a96ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================


## MQTT-Client-Framework 0.9.8
> Release date 2017-09-20
[FIX] Format string warnings #374
[FIX] Xcode9 warnings
[FIX] Cocoalumberjack upgrade

## MQTT-Client-Framework 0.9.7
> Release date 2017-07-26
Expand Down
4 changes: 2 additions & 2 deletions MQTTClient.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |mqttc|
mqttc.name = "MQTTClient"
mqttc.version = "0.9.7"
mqttc.version = "0.9.8"
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.9.7",
:tag => "0.9.8",
:submodules => true
}

Expand Down

0 comments on commit a8a96ca

Please sign in to comment.