Skip to content

Commit

Permalink
Update version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 24, 2024
1 parent caf5296 commit c8d813e
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.5.4",
"version": "1.5.5",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "0843a10718353726e7298267379f69fd",
"summary": "Add esp32s3",
"md5": "58c08c61b1df6a42bfe3eca7afdec6ac",
"summary": "Fix mqtt enabled icon",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand All @@ -21,8 +21,8 @@
"chipFamily": "ESP32-S3",
"ota": {
"path": "openspool-esp32s3.ota.bin",
"md5": "8ea74cc89380548ce9899bae123957b2",
"summary": "Add esp32s3",
"md5": "2396e032727edca2312f240aa388e4dc",
"summary": "Fix mqtt enabled icon",
"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 @@
545c6d859b204f30dcb34a89d6ff0d49
38a3e18dce960f01dbcb31a93f6a929e
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 @@
0843a10718353726e7298267379f69fd
58c08c61b1df6a42bfe3eca7afdec6ac
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 @@
c1587550f7eb7f67c1f479759f0e4ee0
9e2a161b6bce7797e7878dc2604a9efa
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 @@
8ea74cc89380548ce9899bae123957b2
2396e032727edca2312f240aa388e4dc
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.5.4"
version: "1.5.5"

0 comments on commit c8d813e

Please sign in to comment.