Skip to content

Commit 9564094

Browse files
committed
bump to alpha 75
1 parent dfc403c commit 9564094

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-alpha.74
2+
version=1.0.0-alpha.75
33
author=Adafruit
44
maintainer=Adafruit <[email protected]>
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
@@ -71,7 +71,7 @@
7171
#endif
7272

7373
#define WS_VERSION \
74-
"1.0.0-beta.74" ///< WipperSnapper app. version (semver-formatted)
74+
"1.0.0-alpha.75" ///< WipperSnapper app. version (semver-formatted)
7575

7676
// Reserved Adafruit IO MQTT topics
7777
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)