Skip to content

Commit df62072

Browse files
committed
bump ver, add platform to build script
1 parent e81eb5f commit df62072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
matrix:
3737
arduino-platform: ["funhouse_tinyusb", "magtag_tinyusb",
38-
"metro_s2_tinyusb"]
38+
"metro_s2_tinyusb", "feather_s2_tinyusb"]
3939
steps:
4040
- uses: actions/setup-python@v1
4141
with:

src/Wippersnapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
#endif
6464

6565
#define WS_VERSION \
66-
"1.0.0-beta.15" ///< WipperSnapper app. version (semver-formatted)
66+
"1.0.0-beta.16" ///< WipperSnapper app. version (semver-formatted)
6767

6868
// Reserved Adafruit IO MQTT topics
6969
#define TOPIC_IO_THROTTLE "/throttle" ///< Adafruit IO Throttle MQTT Topic

0 commit comments

Comments
 (0)