diff --git a/library.properties b/library.properties index 100f9f39e..ab9a11fb8 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit WipperSnapper -version=1.0.0-beta.77 +version=1.0.0-beta.78 author=Adafruit maintainer=Adafruit sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index cbf9d3e85..65b0b5940 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -90,7 +90,7 @@ #endif #define WS_VERSION \ - "1.0.0-beta.77" ///< WipperSnapper app. version (semver-formatted) + "1.0.0-beta.78" ///< WipperSnapper app. version (semver-formatted) // Reserved Adafruit IO MQTT topics #define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic