Skip to content

Commit e94cad9

Browse files
committed
Update version to 1.6.1
1 parent 7e0fe2e commit e94cad9

10 files changed

+10
-10
lines changed

docs/firmware/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "0bac1191350bf9799514387305465f87",
10-
"summary": "Refactor name from config-solo to openspool-mini",
9+
"md5": "a892e13a00071ac92af8af199fa73e59",
10+
"summary": "Fix bug in protocol and version for url",
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": "46d7bd4427a676d7bd7126fabffa838c",
25-
"summary": "Refactor name from config-solo to openspool-mini",
24+
"md5": "4fb4f0c168b08656b78be30fd2cebe0d",
25+
"summary": "Fix bug in protocol and version for url",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
32 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5d2579c9cac05f7a232eab35bd4cda46
1+
220db9d0f0fc9a717f39932bcadf7bf3
32 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0bac1191350bf9799514387305465f87
1+
a892e13a00071ac92af8af199fa73e59
458 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
270e19647a8e4e5957ac090d9cb809a9
1+
c486df08576052b5ab96174de8c8faf3
458 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
46d7bd4427a676d7bd7126fabffa838c
1+
4fb4f0c168b08656b78be30fd2cebe0d

firmware/conf.d/version.yaml

+1-1
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.0"
4+
version: "1.6.1"

0 commit comments

Comments
 (0)