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.
2 parents 9eaeae9 + 8a95502 commit aa7cb4bCopy full SHA for aa7cb4b
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.71
+version=1.0.0-beta.72
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino client for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -96,7 +96,7 @@
96
#endif
97
98
#define WS_VERSION \
99
- "1.0.0-beta.71" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.72" ///< WipperSnapper app. version (semver-formatted)
100
101
// Reserved Adafruit IO MQTT topics
102
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments