diff --git a/Adafruit_MQTT.h b/Adafruit_MQTT.h index d2b2790..f4733ac 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 0 +#define ADAFRUIT_MQTT_VERSION_PATCH 1 // Uncomment/comment to turn on/off debug output messages. //#define MQTT_DEBUG diff --git a/library.properties b/library.properties index e36f5fa..08cadd6 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit MQTT Library -version=0.16.0 +version=0.16.1 author=Adafruit maintainer=Adafruit sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.