Skip to content

Commit d20b864

Browse files
committed
Update version to 1.19.1
1 parent 5de2008 commit d20b864

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.18.0",
3+
"version": "1.19.1",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "0617f2d5931811bbb77810a2b794cc72",
10-
"summary": "Add PETG HF",
9+
"md5": "7fb01acd9baa67eaded2ad43b291416e",
10+
"summary": "Pin esphome version",
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": "f4c66702ce689e97cf06d19ab8598708",
25-
"summary": "Add PETG HF",
24+
"md5": "ce2e7bda63b8f1dc7147363c7da5bd6f",
25+
"summary": "Pin esphome version",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
16 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da7abc6cd8c84931da289920727ed40a
1+
ff62443682a1aa96da63465ece35f693
16 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0617f2d5931811bbb77810a2b794cc72
1+
7fb01acd9baa67eaded2ad43b291416e
32 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c4314d9845f9fe14b4f367305e21f3fc
1+
2ddf258822a514fc62d5c0caa3278e96
32 Bytes
Binary file not shown.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f4c66702ce689e97cf06d19ab8598708
1+
ce2e7bda63b8f1dc7147363c7da5bd6f

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.18.0"
4+
version: "1.19.1"

0 commit comments

Comments
 (0)