Skip to content

Commit 1731273

Browse files
committed
Bump version to 1.0.0-beta.78
1 parent 460eff5 commit 1731273

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.77
2+
version=1.0.0-beta.78
33
author=Adafruit
44
maintainer=Adafruit <adafruitio@adafruit.com>
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
@@ -90,7 +90,7 @@
9090
#endif
9191

9292
#define WS_VERSION \
93-
"1.0.0-beta.77" ///< WipperSnapper app. version (semver-formatted)
93+
"1.0.0-beta.78" ///< WipperSnapper app. version (semver-formatted)
9494

9595
// Reserved Adafruit IO MQTT topics
9696
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)