Skip to content

Commit a911c67

Browse files
committed
Update version to 1.7.0
1 parent d2dd593 commit a911c67

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.6.1",
3+
"version": "1.7.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "a892e13a00071ac92af8af199fa73e59",
10-
"summary": "Fix bug in protocol and version for url",
9+
"md5": "d22c69bad1d46406f8b42c5fc0ea9c58",
10+
"summary": "Fix typos in readme",
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": "4fb4f0c168b08656b78be30fd2cebe0d",
25-
"summary": "Fix bug in protocol and version for url",
24+
"md5": "8800d509f3cfc23e8a4414293d38199b",
25+
"summary": "Fix typos in readme",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
128 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
220db9d0f0fc9a717f39932bcadf7bf3
1+
0a90ad3d762cc5517b370dceb76a0998
128 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a892e13a00071ac92af8af199fa73e59
1+
d22c69bad1d46406f8b42c5fc0ea9c58
208 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c486df08576052b5ab96174de8c8faf3
1+
a438f5dca628ff86caa71cc869b88132
208 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4fb4f0c168b08656b78be30fd2cebe0d
1+
8800d509f3cfc23e8a4414293d38199b

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.6.1"
4+
version: "1.7.0"

0 commit comments

Comments
 (0)