Skip to content

Commit

Permalink
MQTT-Client-Framework 0.6.4
Browse files Browse the repository at this point in the history
> Release date 2016-01-17

[FIX] incorrect length checking for SUBACK #95
[FIX] incorrect length checking  for UNSUBSCRIBE
  • Loading branch information
Christoph Krey committed Jan 17, 2016
1 parent b1d2c37 commit dccb17f
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
@@ -1,6 +1,12 @@
MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================

## MQTT-Client-Framework 0.6.4
> Release date 2016-01-17
[FIX] incorrect length checking for SUBACK #95
[FIX] incorrect length checking for UNSUBSCRIBE

## MQTT-Client-Framework 0.6.3
> Release date 2016-01-17
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.6.3"
mqttc.version = "0.6.4"
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.6.3",
:tag => "0.6.4",
:submodules => true
}

Expand Down

0 comments on commit dccb17f

Please sign in to comment.