We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a751f1a + a429d9f commit 8e8ac1aCopy full SHA for 8e8ac1a
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-alpha.90
+version=1.0.0-beta.89
3
author=Adafruit
4
maintainer=Adafruit <[email protected]>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -142,7 +142,7 @@
142
#endif
143
144
#define WS_VERSION \
145
- "1.0.0-alpha.90" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.89" ///< WipperSnapper app. version (semver-formatted)
146
147
// Reserved Adafruit IO MQTT topics
148
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments