We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5a570 commit 9d6e9b8Copy full SHA for 9d6e9b8
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.123
+version=1.0.0-beta.124
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -167,7 +167,7 @@
167
#endif
168
169
#define WS_VERSION \
170
- "1.0.0-beta.122" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.124" ///< WipperSnapper app. version (semver-formatted)
171
172
// Reserved Adafruit IO MQTT topics
173
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments