We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1d8d62 + 56bf00a commit d38b421Copy full SHA for d38b421
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=Adafruit WipperSnapper
2
-version=1.0.0-beta.113
+version=1.0.0-beta.114
3
author=Adafruit
4
maintainer=Adafruit <adafruitio@adafruit.com>
5
sentence=Arduino application for Adafruit.io WipperSnapper
src/Wippersnapper.h
@@ -144,7 +144,7 @@
144
#endif
145
146
#define WS_VERSION \
147
- "1.0.0-beta.113" ///< WipperSnapper app. version (semver-formatted)
+ "1.0.0-beta.114" ///< WipperSnapper app. version (semver-formatted)
148
149
// Reserved Adafruit IO MQTT topics
150
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
@@ -504,3 +504,4 @@ class Wippersnapper {
504
extern Wippersnapper WS; ///< Global member variable for callbacks
505
506
#endif // ADAFRUIT_WIPPERSNAPPER_H
507
+
0 commit comments