File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes
2
2
================================================
3
3
4
4
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
+
5
11
## MQTT-Client-Framework 0.9.7
6
12
> Release date 2017-07-26
7
13
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |mqttc |
2
2
mqttc . name = "MQTTClient"
3
- mqttc . version = "0.9.7 "
3
+ mqttc . version = "0.9.8 "
4
4
mqttc . summary = "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework"
5
5
mqttc . homepage = "https://github.com/ckrey/MQTT-Client-Framework"
6
6
mqttc . license = { :type => "EPLv1" , :file => "LICENSE" }
7
7
mqttc . author = { "Christoph Krey" => "[email protected] " }
8
8
mqttc . source = {
9
9
:git => "https://github.com/ckrey/MQTT-Client-Framework.git" ,
10
- :tag => "0.9.7 " ,
10
+ :tag => "0.9.8 " ,
11
11
:submodules => true
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments