Skip to content

Commit 0e14a7e

Browse files
committed
Update version to 1.12.0
1 parent 899c77a commit 0e14a7e

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.5",
3+
"version": "1.12.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "637db9b7d9d5acf31fe55fbdbaaf4200",
10-
"summary": "Fix button.yaml on lolin_s3",
9+
"md5": "b8b554629af666678fb2cc06d31e2f9e",
10+
"summary": "Trim out extras for few more bytes",
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": "696d84c9903974a64251478b30f6c42d",
25-
"summary": "Fix button.yaml on lolin_s3",
24+
"md5": "b2ac766f4f27c0f418940d44ce03f194",
25+
"summary": "Trim out extras for few more bytes",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
-2.7 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a7d2a03d78b07bd4087f836fe2cd9c6
1+
f0d6dc59e4af902e3fd43ab47a57f3c1
-2.7 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
637db9b7d9d5acf31fe55fbdbaaf4200
1+
b8b554629af666678fb2cc06d31e2f9e
16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d29431f7225d830f55a4ed234c3001d0
1+
0a0bfa49bf72eb1296b99f6384113ee9
16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
696d84c9903974a64251478b30f6c42d
1+
b2ac766f4f27c0f418940d44ce03f194

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.5"
4+
version: "1.12.0"

0 commit comments

Comments
 (0)