From ac37a6e13294ccaf7b9682a050a108ca7a532e3e Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Mon, 21 Nov 2016 14:11:06 -0500 Subject: [PATCH 1/2] bump version in library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 08cadd6..fc89e76 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit MQTT Library -version=0.16.1 +version=0.16.2 author=Adafruit maintainer=Adafruit sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware. From c50f42c56399f914f3bac695727619572f80a0d5 Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Mon, 21 Nov 2016 14:11:52 -0500 Subject: [PATCH 2/2] bump version define in Adafruit_MQTT.h --- Adafruit_MQTT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_MQTT.h b/Adafruit_MQTT.h index cf161fa..6c92040 100644 --- a/Adafruit_MQTT.h +++ b/Adafruit_MQTT.h @@ -31,7 +31,7 @@ #define ADAFRUIT_MQTT_VERSION_MAJOR 0 #define ADAFRUIT_MQTT_VERSION_MINOR 16 -#define ADAFRUIT_MQTT_VERSION_PATCH 1 +#define ADAFRUIT_MQTT_VERSION_PATCH 2 // Uncomment/comment to turn on/off debug output messages. //#define MQTT_DEBUG