Skip to content

Commit

Permalink
Update version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent d2dd593 commit a911c67
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.6.1",
"version": "1.7.0",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "a892e13a00071ac92af8af199fa73e59",
"summary": "Fix bug in protocol and version for url",
"md5": "d22c69bad1d46406f8b42c5fc0ea9c58",
"summary": "Fix typos in readme",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand All @@ -21,8 +21,8 @@
"chipFamily": "ESP32-S3",
"ota": {
"path": "openspool-esp32s3.ota.bin",
"md5": "4fb4f0c168b08656b78be30fd2cebe0d",
"summary": "Fix bug in protocol and version for url",
"md5": "8800d509f3cfc23e8a4414293d38199b",
"summary": "Fix typos in readme",
"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 @@
220db9d0f0fc9a717f39932bcadf7bf3
0a90ad3d762cc5517b370dceb76a0998
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 @@
a892e13a00071ac92af8af199fa73e59
d22c69bad1d46406f8b42c5fc0ea9c58
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 @@
c486df08576052b5ab96174de8c8faf3
a438f5dca628ff86caa71cc869b88132
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 @@
4fb4f0c168b08656b78be30fd2cebe0d
8800d509f3cfc23e8a4414293d38199b
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.6.1"
version: "1.7.0"

0 comments on commit a911c67

Please sign in to comment.