Skip to content

Commit 815ea8a

Browse files
committed
Update version to 1.11.4
1 parent 386f34d commit 815ea8a

10 files changed

+10
-10
lines changed

docs/firmware/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "1.11.2",
3+
"version": "1.11.4",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "9ccee71837d60c3c1252e96b1c66ba66",
10-
"summary": "Revert platform.io downgrade",
9+
"md5": "cad3f7ad81a8ae34591fe1c9d9e48784",
10+
"summary": "Fix missing color when uploading using button",
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": "0bbad07698b182aff73af5e2d3a8d2de",
25-
"summary": "Revert platform.io downgrade",
24+
"md5": "17445667886fc6530b043391b4da26d0",
25+
"summary": "Fix missing color when uploading using button",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
150f9723f120d73922068f7b3ee4157f
1+
0c1487977cf9d1a9de8f89c01d87d825
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9ccee71837d60c3c1252e96b1c66ba66
1+
cad3f7ad81a8ae34591fe1c9d9e48784
-459 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
490e03e38116d3d8391a8cad02e019bd
1+
4e357f7ba526b6117b9f38deaded61f5
-459 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0bbad07698b182aff73af5e2d3a8d2de
1+
17445667886fc6530b043391b4da26d0

firmware/conf.d/version.yaml

Lines changed: 1 addition & 1 deletion
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.11.2"
4+
version: "1.11.4"

0 commit comments

Comments
 (0)