Skip to content

Commit aa7cb4b

Browse files
authored
Merge pull request #494 from adafruit/release-v72
Bump version to 1.0.0-beta.72
2 parents 9eaeae9 + 8a95502 commit aa7cb4b

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.71
2+
version=1.0.0-beta.72
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
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.71" ///< WipperSnapper app. version (semver-formatted)
99+
"1.0.0-beta.72" ///< 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)