Skip to content

Commit

Permalink
Update version to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 5, 2024
1 parent 2db08ae commit 94a3cce
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.10.0",
"version": "1.11.2",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "7e74473015d490fd82a7270f0090042f",
"summary": "Fix s2",
"md5": "9ccee71837d60c3c1252e96b1c66ba66",
"summary": "Revert platform.io downgrade",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand All @@ -21,8 +21,8 @@
"chipFamily": "ESP32-S3",
"ota": {
"path": "openspool-esp32s3.ota.bin",
"md5": "0a23bef929001099b54aca9a9b59e326",
"summary": "Fix s2",
"md5": "0bbad07698b182aff73af5e2d3a8d2de",
"summary": "Revert platform.io downgrade",
"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 @@
bfc270543ae45e1567e881896e92b83a
150f9723f120d73922068f7b3ee4157f
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 @@
7e74473015d490fd82a7270f0090042f
9ccee71837d60c3c1252e96b1c66ba66
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 @@
748ffec2a3cb5abc97ef4f99c2a5a633
490e03e38116d3d8391a8cad02e019bd
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 @@
0a23bef929001099b54aca9a9b59e326
0bbad07698b182aff73af5e2d3a8d2de
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.10.0"
version: "1.11.2"

0 comments on commit 94a3cce

Please sign in to comment.