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.
1 parent ff79dab commit ed8c32cCopy full SHA for ed8c32c
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.119
+version=1.0.0-beta.120
3
author=Adafruit
4
maintainer=Adafruit <[email protected]>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -139,7 +139,7 @@
139
#endif
140
141
#define WS_VERSION \
142
- "1.0.0-beta.119" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.120" ///< WipperSnapper app. version (semver-formatted)
143
144
// Reserved Adafruit IO MQTT topics
145
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments