Skip to content

Commit 0b19dd8

Browse files
committed
Update version to 1.6.0
1 parent 1d297b3 commit 0b19dd8

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.5.5",
3+
"version": "1.6.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "58c08c61b1df6a42bfe3eca7afdec6ac",
10-
"summary": "Fix mqtt enabled icon",
9+
"md5": "0bac1191350bf9799514387305465f87",
10+
"summary": "Refactor name from config-solo to openspool-mini",
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": "2396e032727edca2312f240aa388e4dc",
25-
"summary": "Fix mqtt enabled icon",
24+
"md5": "46d7bd4427a676d7bd7126fabffa838c",
25+
"summary": "Refactor name from config-solo to openspool-mini",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
38a3e18dce960f01dbcb31a93f6a929e
1+
5d2579c9cac05f7a232eab35bd4cda46
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
58c08c61b1df6a42bfe3eca7afdec6ac
1+
0bac1191350bf9799514387305465f87
-16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9e2a161b6bce7797e7878dc2604a9efa
1+
270e19647a8e4e5957ac090d9cb809a9
-16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2396e032727edca2312f240aa388e4dc
1+
46d7bd4427a676d7bd7126fabffa838c

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.5.5"
4+
version: "1.6.0"

0 commit comments

Comments
 (0)