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 d102bc7 commit 6bc7267Copy full SHA for 6bc7267
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.82
+version=1.0.0-beta.83
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -90,7 +90,7 @@
90
#endif
91
92
#define WS_VERSION \
93
- "1.0.0-beta.82" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.83" ///< WipperSnapper app. version (semver-formatted)
94
95
// Reserved Adafruit IO MQTT topics
96
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments