Skip to content

Commit

Permalink
Merge pull request #626 from adafruit/fix-version-beta
Browse files Browse the repository at this point in the history
Fix version to Beta 89
  • Loading branch information
brentru committed Sep 5, 2024
2 parents a751f1a + a429d9f commit 8e8ac1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit WipperSnapper
version=1.0.0-alpha.90
version=1.0.0-beta.89
author=Adafruit
maintainer=Adafruit <adafruitio@adafruit.com>
sentence=Arduino application for Adafruit.io WipperSnapper
Expand Down
2 changes: 1 addition & 1 deletion src/Wippersnapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
#endif

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

// Reserved Adafruit IO MQTT topics
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic
Expand Down

0 comments on commit 8e8ac1a

Please sign in to comment.