We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a94544f + a3171c2 commit 9a6a614Copy full SHA for 9a6a614
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.116
+version=1.0.0-beta.117
3
author=Adafruit
4
maintainer=Adafruit <[email protected]>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -144,7 +144,7 @@
144
#endif
145
146
#define WS_VERSION \
147
- "1.0.0-beta.116" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.117" ///< WipperSnapper app. version (semver-formatted)
148
149
// Reserved Adafruit IO MQTT topics
150
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments