Skip to content

Commit e7f40ca

Browse files
authored
Update library.properties - bump version to 1.0.0-beta.70
1 parent c44beb9 commit e7f40ca

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.68
2+
version=1.0.0-beta.70
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino client for Adafruit.io WipperSnapper

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
#endif
9797

9898
#define WS_VERSION \
99-
"1.0.0-beta.69" ///< WipperSnapper app. version (semver-formatted)
99+
"1.0.0-beta.70" ///< WipperSnapper app. version (semver-formatted)
100100

101101
// Reserved Adafruit IO MQTT topics
102102
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)