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 92bb4b6 commit 3a64cecCopy full SHA for 3a64cec
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.87
+version=1.0.0-beta.88
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -141,7 +141,7 @@
141
#endif
142
143
#define WS_VERSION \
144
- "1.0.0-beta.87" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.88" ///< WipperSnapper app. version (semver-formatted)
145
146
// Reserved Adafruit IO MQTT topics
147
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments