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 dfc403c commit 9564094Copy full SHA for 9564094
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-alpha.74
+version=1.0.0-alpha.75
3
author=Adafruit
4
maintainer=Adafruit <[email protected]>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -71,7 +71,7 @@
71
#endif
72
73
#define WS_VERSION \
74
- "1.0.0-beta.74" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-alpha.75" ///< WipperSnapper app. version (semver-formatted)
75
76
// Reserved Adafruit IO MQTT topics
77
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
0 commit comments