Skip to content

Commit

Permalink
Merge branch 'alpha-82' into add-VL53L4CX
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Apr 24, 2024
2 parents 213fcef + 1f076a3 commit e0abaf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-clang-doxy.yml
Expand Up @@ -245,6 +245,7 @@ jobs:
with:
repository: adafruit/Wippersnapper_Boards
path: ws-boards
ref: funhouse-web-native-usb
- name: Install CI-Arduino
run: bash ci/actions_install.sh
- name: Install extra Arduino libraries
Expand Down
2 changes: 1 addition & 1 deletion library.properties
@@ -1,5 +1,5 @@
name=Adafruit WipperSnapper
version=1.0.0-alpha.81
version=1.0.0-alpha.82
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
Expand Up @@ -90,7 +90,7 @@
#endif

#define WS_VERSION \
"1.0.0-alpha.81" ///< WipperSnapper app. version (semver-formatted)
"1.0.0-alpha.82" ///< 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 e0abaf8

Please sign in to comment.