Skip to content

Commit ed8c32c

Browse files
authored
Bump version to 1.0.0-beta.120
1 parent ff79dab commit ed8c32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit WipperSnapper
2-
version=1.0.0-beta.119
2+
version=1.0.0-beta.120
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino application for Adafruit.io WipperSnapper

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
#endif
140140

141141
#define WS_VERSION \
142-
"1.0.0-beta.119" ///< WipperSnapper app. version (semver-formatted)
142+
"1.0.0-beta.120" ///< WipperSnapper app. version (semver-formatted)
143143

144144
// Reserved Adafruit IO MQTT topics
145145
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)