Skip to content

Commit 72dc2ed

Browse files
committed
Update version to 1.18.0
1 parent 189ac07 commit 72dc2ed

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.17.0",
3+
"version": "1.18.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "ef42fa92eb0a40ed43b768038298bcd0",
10-
"summary": "Merge pull request #33 from raihei/main",
9+
"md5": "0617f2d5931811bbb77810a2b794cc72",
10+
"summary": "Add PETG HF",
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": "3e1595af26a377a7c651b4b187643065",
25-
"summary": "Merge pull request #33 from raihei/main",
24+
"md5": "f4c66702ce689e97cf06d19ab8598708",
25+
"summary": "Add PETG HF",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
7.28 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
103a742a1e10d0d087f7bbfaecd30f27
1+
da7abc6cd8c84931da289920727ed40a
7.28 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef42fa92eb0a40ed43b768038298bcd0
1+
0617f2d5931811bbb77810a2b794cc72
7.55 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d6ec971adfdaeaddec684e03d3ed9edc
1+
c4314d9845f9fe14b4f367305e21f3fc
7.55 KB
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3e1595af26a377a7c651b4b187643065
1+
f4c66702ce689e97cf06d19ab8598708

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.17.0"
4+
version: "1.18.0"

0 commit comments

Comments
 (0)