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 7d9f0ff commit 6c125ccCopy full SHA for 6c125cc
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper Beta
2
-version=1.0.0-beta.19
+version=1.0.0-beta.20
3
author=Adafruit
4
maintainer=Adafruit <[email protected]>
5
sentence=Arduino client for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -63,7 +63,7 @@
63
#endif
64
65
#define WS_VERSION \
66
- "1.0.0-beta.19" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.20" ///< WipperSnapper app. version (semver-formatted)
67
68
// Reserved Adafruit IO MQTT topics
69
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments