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 2bbdc1e commit 1f69fdeCopy full SHA for 1f69fde
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.98
+version=1.0.0-beta.99
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
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-beta.98" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.99" ///< 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