Skip to content

Commit 3a64cec

Browse files
committed
Bump version to 1.0.0-beta.88
1 parent 92bb4b6 commit 3a64cec

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.87
2+
version=1.0.0-beta.88
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
@@ -141,7 +141,7 @@
141141
#endif
142142

143143
#define WS_VERSION \
144-
"1.0.0-beta.87" ///< WipperSnapper app. version (semver-formatted)
144+
"1.0.0-beta.88" ///< WipperSnapper app. version (semver-formatted)
145145

146146
// Reserved Adafruit IO MQTT topics
147147
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)