Skip to content

Commit 8e8ac1a

Browse files
authored
Merge pull request #626 from adafruit/fix-version-beta
Fix version to Beta 89
2 parents a751f1a + a429d9f commit 8e8ac1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Adafruit WipperSnapper
2-
version=1.0.0-alpha.90
2+
version=1.0.0-beta.89
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
55
sentence=Arduino application for Adafruit.io WipperSnapper

src/Wippersnapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
#endif
143143

144144
#define WS_VERSION \
145-
"1.0.0-alpha.90" ///< WipperSnapper app. version (semver-formatted)
145+
"1.0.0-beta.89" ///< WipperSnapper app. version (semver-formatted)
146146

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

0 commit comments

Comments
 (0)