diff --git a/.github/workflows/build-clang-doxy.yml b/.github/workflows/build-clang-doxy.yml index 84d4a4f4..efb11eae 100644 --- a/.github/workflows/build-clang-doxy.yml +++ b/.github/workflows/build-clang-doxy.yml @@ -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 diff --git a/library.properties b/library.properties index 8d0efcdf..297b526e 100644 --- a/library.properties +++ b/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 sentence=Arduino application for Adafruit.io WipperSnapper diff --git a/src/Wippersnapper.h b/src/Wippersnapper.h index 4d3de8ea..ac88986e 100644 --- a/src/Wippersnapper.h +++ b/src/Wippersnapper.h @@ -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