Skip to content

Commit

Permalink
Merge pull request #277 from brentru/update-lib-prop
Browse files Browse the repository at this point in the history
Remove "beta" from library.properties "name" field
  • Loading branch information
brentru authored Jun 17, 2022
2 parents 4ecf246 + df5ebfb commit ca74918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Adafruit WipperSnapper Beta
version=1.0.0-beta.36
name=Adafruit WipperSnapper
version=1.0.0-beta.38
author=Adafruit
maintainer=Adafruit <[email protected]>
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 @@ -60,7 +60,7 @@
#endif

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

Please sign in to comment.