Skip to content

Commit a8a96ca

Browse files
committed
[NEW] 0.9.8
1 parent 5b1ccfd commit a8a96ca

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes
22
================================================
33

44

5+
## MQTT-Client-Framework 0.9.8
6+
> Release date 2017-09-20
7+
[FIX] Format string warnings #374
8+
[FIX] Xcode9 warnings
9+
[FIX] Cocoalumberjack upgrade
10+
511
## MQTT-Client-Framework 0.9.7
612
> Release date 2017-07-26
713

MQTTClient.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |mqttc|
22
mqttc.name = "MQTTClient"
3-
mqttc.version = "0.9.7"
3+
mqttc.version = "0.9.8"
44
mqttc.summary = "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework"
55
mqttc.homepage = "https://github.com/ckrey/MQTT-Client-Framework"
66
mqttc.license = { :type => "EPLv1", :file => "LICENSE" }
77
mqttc.author = { "Christoph Krey" => "[email protected]" }
88
mqttc.source = {
99
:git => "https://github.com/ckrey/MQTT-Client-Framework.git",
10-
:tag => "0.9.7",
10+
:tag => "0.9.8",
1111
:submodules => true
1212
}
1313

0 commit comments

Comments
 (0)