File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
3434 - uses : actions/checkout@v4
3535 with :
36- repository : adafruit /ci-arduino
36+ repository : brentru /ci-arduino
3737 path : ci
3838 - name : Checkout Board Definitions
3939 uses : actions/checkout@v4
@@ -258,7 +258,7 @@ jobs:
258258 echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
259259 - uses : actions/checkout@v4
260260 with :
261- repository : adafruit /ci-arduino
261+ repository : brentru /ci-arduino
262262 path : ci
263263 - name : Checkout Board Definitions
264264 uses : actions/checkout@v4
@@ -646,7 +646,7 @@ jobs:
646646 echo >>$GITHUB_ENV WS_VERSION=$(git describe --dirty --tags)
647647 - uses : actions/checkout@v4
648648 with :
649- repository : adafruit /ci-arduino
649+ repository : brentru /ci-arduino
650650 path : ci
651651 - name : Checkout Board Definitions
652652 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11name =Adafruit WipperSnapper
2- version =1.0.0-beta.89
2+ version =1.0.0-beta.90
33author =Adafruit
44maintainer =Adafruit <adafruitio@adafruit.com>
55sentence =Arduino application for Adafruit.io WipperSnapper
Original file line number Diff line number Diff line change 142142#endif
143143
144144#define WS_VERSION \
145- " 1.0.0-beta.89 " // /< WipperSnapper app. version (semver-formatted)
145+ " 1.0.0-beta.90 " // /< WipperSnapper app. version (semver-formatted)
146146
147147// Reserved Adafruit IO MQTT topics
148148#define TOPIC_IO_THROTTLE " /throttle" // /< Adafruit IO Throttle MQTT Topic
You can’t perform that action at this time.
0 commit comments