Skip to content

Commit ab58d3c

Browse files
committed
Update version to 1.8.0
1 parent 71ef24f commit ab58d3c

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.7.0",
3+
"version": "1.8.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "d22c69bad1d46406f8b42c5fc0ea9c58",
10-
"summary": "Fix typos in readme",
9+
"md5": "cd6acbd943e442b8853577bcba467351",
10+
"summary": "Fix writing NDEF messages",
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": "8800d509f3cfc23e8a4414293d38199b",
25-
"summary": "Fix typos in readme",
24+
"md5": "d49860e08b46eea8311bad281b5870de",
25+
"summary": "Fix writing NDEF messages",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
-1.91 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a90ad3d762cc5517b370dceb76a0998
1+
d288be843c92ca4b8afa78ff41e7a156
-1.91 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d22c69bad1d46406f8b42c5fc0ea9c58
1+
cd6acbd943e442b8853577bcba467351
-1.97 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a438f5dca628ff86caa71cc869b88132
1+
5ee73421f5738181861dfaa2ebda2ae7
-1.97 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8800d509f3cfc23e8a4414293d38199b
1+
d49860e08b46eea8311bad281b5870de

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.7.0"
4+
version: "1.8.0"

0 commit comments

Comments
 (0)