Skip to content

Commit 25d2085

Browse files
committed
Update version to 1.9.0
1 parent fc24d81 commit 25d2085

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.8.0",
3+
"version": "1.9.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "cd6acbd943e442b8853577bcba467351",
10-
"summary": "Fix writing NDEF messages",
9+
"md5": "31910f07e681c2df491b00d5b8164536",
10+
"summary": "Reduce brightness of white to reduce heat",
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": "d49860e08b46eea8311bad281b5870de",
25-
"summary": "Fix writing NDEF messages",
24+
"md5": "75234ced978aaa9a6461721f062c455c",
25+
"summary": "Reduce brightness of white to reduce heat",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
-672 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d288be843c92ca4b8afa78ff41e7a156
1+
27cdd0ce153a96fc5dc05da457595151
-672 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd6acbd943e442b8853577bcba467351
1+
31910f07e681c2df491b00d5b8164536
-688 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5ee73421f5738181861dfaa2ebda2ae7
1+
2a355ed122d26e55104d4c38edeb3faa
-688 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d49860e08b46eea8311bad281b5870de
1+
75234ced978aaa9a6461721f062c455c

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.8.0"
4+
version: "1.9.0"

0 commit comments

Comments
 (0)