diff --git a/library.properties b/library.properties index 98f6b5ef1..c6c88476c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ -name=Adafruit WipperSnapper Beta -version=1.0.0-beta.36 +name=Adafruit WipperSnapper +version=1.0.0-beta.38 author=Adafruit maintainer=Adafruit sentence=Arduino client for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 481b31f92..bb8875681 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -60,7 +60,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.37" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.38" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic