Skip to content

Commit c8d813e

Browse files
committed
Update version to 1.5.5
1 parent caf5296 commit c8d813e

10 files changed

+10
-10
lines changed

docs/firmware/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "0843a10718353726e7298267379f69fd",
10-
"summary": "Add esp32s3",
9+
"md5": "58c08c61b1df6a42bfe3eca7afdec6ac",
10+
"summary": "Fix mqtt enabled icon",
1111
"release_url": "https://openspool.io/firmware"
1212
},
1313
"parts": [
@@ -21,8 +21,8 @@
2121
"chipFamily": "ESP32-S3",
2222
"ota": {
2323
"path": "openspool-esp32s3.ota.bin",
24-
"md5": "8ea74cc89380548ce9899bae123957b2",
25-
"summary": "Add esp32s3",
24+
"md5": "2396e032727edca2312f240aa388e4dc",
25+
"summary": "Fix mqtt enabled icon",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
11.5 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
545c6d859b204f30dcb34a89d6ff0d49
1+
38a3e18dce960f01dbcb31a93f6a929e
11.5 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0843a10718353726e7298267379f69fd
1+
58c08c61b1df6a42bfe3eca7afdec6ac
11.6 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c1587550f7eb7f67c1f479759f0e4ee0
1+
9e2a161b6bce7797e7878dc2604a9efa
11.6 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8ea74cc89380548ce9899bae123957b2
1+
2396e032727edca2312f240aa388e4dc

firmware/conf.d/version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# Do not modify, github actions will update the number on each new release
33
substitutions:
4-
version: "1.5.4"
4+
version: "1.5.5"

0 commit comments

Comments
 (0)