Skip to content

Commit

Permalink
Update version to 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 1, 2025
1 parent 5de2008 commit d20b864
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docs/firmware/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "OpenSpool",
"version": "1.18.0",
"version": "1.19.1",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "0617f2d5931811bbb77810a2b794cc72",
"summary": "Add PETG HF",
"md5": "7fb01acd9baa67eaded2ad43b291416e",
"summary": "Pin esphome version",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand All @@ -21,8 +21,8 @@
"chipFamily": "ESP32-S3",
"ota": {
"path": "openspool-esp32s3.ota.bin",
"md5": "f4c66702ce689e97cf06d19ab8598708",
"summary": "Add PETG HF",
"md5": "ce2e7bda63b8f1dc7147363c7da5bd6f",
"summary": "Pin esphome version",
"release_url": "https://openspool.io/firmware"
},
"parts": [
Expand Down
Binary file modified docs/firmware/openspool-esp32s2.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s2.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
da7abc6cd8c84931da289920727ed40a
ff62443682a1aa96da63465ece35f693
Binary file modified docs/firmware/openspool-esp32s2.ota.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s2.ota.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0617f2d5931811bbb77810a2b794cc72
7fb01acd9baa67eaded2ad43b291416e
Binary file modified docs/firmware/openspool-esp32s3.factory.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s3.factory.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c4314d9845f9fe14b4f367305e21f3fc
2ddf258822a514fc62d5c0caa3278e96
Binary file modified docs/firmware/openspool-esp32s3.ota.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/firmware/openspool-esp32s3.ota.bin.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f4c66702ce689e97cf06d19ab8598708
ce2e7bda63b8f1dc7147363c7da5bd6f
2 changes: 1 addition & 1 deletion firmware/conf.d/version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Do not modify, github actions will update the number on each new release
substitutions:
version: "1.18.0"
version: "1.19.1"

0 comments on commit d20b864

Please sign in to comment.