Skip to content

Commit 83b9a44

Browse files
committed
Update version to 1.10.0
1 parent d36589b commit 83b9a44

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.9.0",
3+
"version": "1.10.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "31910f07e681c2df491b00d5b8164536",
10-
"summary": "Reduce brightness of white to reduce heat",
9+
"md5": "7e74473015d490fd82a7270f0090042f",
10+
"summary": "Fix s2",
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": "75234ced978aaa9a6461721f062c455c",
25-
"summary": "Reduce brightness of white to reduce heat",
24+
"md5": "0a23bef929001099b54aca9a9b59e326",
25+
"summary": "Fix s2",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
-4.53 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27cdd0ce153a96fc5dc05da457595151
1+
bfc270543ae45e1567e881896e92b83a
-4.53 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
31910f07e681c2df491b00d5b8164536
1+
7e74473015d490fd82a7270f0090042f
-20.4 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a355ed122d26e55104d4c38edeb3faa
1+
748ffec2a3cb5abc97ef4f99c2a5a633
-20.4 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
75234ced978aaa9a6461721f062c455c
1+
0a23bef929001099b54aca9a9b59e326

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.9.0"
4+
version: "1.10.0"

0 commit comments

Comments
 (0)