Skip to content

Commit

Permalink
Update version to 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 16, 2025
1 parent 607e267 commit d90dff8
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/firmware/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "OpenSpool",
"version": "1.16.0",
"version": "1.17.0",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "6defc7546fb072f4792d8b446f1f6cdd",
"summary": "docs(contributor): contrib-readme-action has updated readme",
"md5": "ef42fa92eb0a40ed43b768038298bcd0",
"summary": "Merge pull request #33 from raihei/main",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand All @@ -21,8 +21,8 @@
"chipFamily": "ESP32-S3",
"ota": {
"path": "openspool-esp32s3.ota.bin",
"md5": "55cf23dbeaa3eac9f64f73253d8bc0b6",
"summary": "docs(contributor): contrib-readme-action has updated readme",
"md5": "3e1595af26a377a7c651b4b187643065",
"summary": "Merge pull request #33 from raihei/main",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand Down
Binary file modified docs/firmware/openspool-esp32s2.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s2.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2f8093b5de16811164e10e3ca142a73e
103a742a1e10d0d087f7bbfaecd30f27
Binary file modified docs/firmware/openspool-esp32s2.ota.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s2.ota.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6defc7546fb072f4792d8b446f1f6cdd
ef42fa92eb0a40ed43b768038298bcd0
Binary file modified docs/firmware/openspool-esp32s3.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s3.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
05f8c59ab8950ab5287a8b1be4acbe1c
d6ec971adfdaeaddec684e03d3ed9edc
Binary file modified docs/firmware/openspool-esp32s3.ota.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s3.ota.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
55cf23dbeaa3eac9f64f73253d8bc0b6
3e1595af26a377a7c651b4b187643065
2 changes: 1 addition & 1 deletion firmware/conf.d/version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Do not modify, github actions will update the number on each new release
substitutions:
version: "1.16.0"
version: "1.17.0"

0 comments on commit d90dff8

Please sign in to comment.