Skip to content

Commit

Permalink
Update library.properties - bump version to 1.0.0-beta.70
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 22, 2023
1 parent c44beb9 commit e7f40ca
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-beta.68
version=1.0.0-beta.70
author=Adafruit
maintainer=Adafruit <adafruitio@adafruit.com>
sentence=Arduino client 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 @@ -96,7 +96,7 @@
#endif

#define WS_VERSION \
"1.0.0-beta.69" ///< WipperSnapper app. version (semver-formatted)
"1.0.0-beta.70" ///< 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 e7f40ca

Please sign in to comment.