diff --git a/Adafruit_MQTT.h b/Adafruit_MQTT.h index 697be54..101b065 100644 --- a/Adafruit_MQTT.h +++ b/Adafruit_MQTT.h @@ -30,7 +30,7 @@ #endif #define ADAFRUIT_MQTT_VERSION_MAJOR 0 -#define ADAFRUIT_MQTT_VERSION_MINOR 15 +#define ADAFRUIT_MQTT_VERSION_MINOR 16 #define ADAFRUIT_MQTT_VERSION_PATCH 0 // Uncomment/comment to turn on/off debug output messages. diff --git a/library.properties b/library.properties index ac8baa4..e36f5fa 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit MQTT Library -version=0.15.0 +version=0.16.0 author=Adafruit maintainer=Adafruit sentence=MQTT library that supports the CC3000, FONA, ESP8266, Yun, and generic Arduino Client hardware.