Skip to content

Commit 0c0b04d

Browse files
committed
Update version to 1.15.0
1 parent 476c0cd commit 0c0b04d

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.14.0",
3+
"version": "1.15.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "9b3f2f54b4603a96b205c5fbe782b5e1",
10-
"summary": "docs(contributor): contrib-readme-action has updated readme",
9+
"md5": "7b67ddd75a59dabacb400901cf811f8b",
10+
"summary": "Merge pull request #22 from raihei/main%0A%0AAdded sorting_weight to filament settings for web server.",
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": "3b03fb6c96f71020013cb236dd333379",
25-
"summary": "docs(contributor): contrib-readme-action has updated readme",
24+
"md5": "585cbcc5d4d9ee6134cef170988d09e9",
25+
"summary": "Merge pull request #22 from raihei/main%0A%0AAdded sorting_weight to filament settings for web server.",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
160 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4f70016699e86b268f986f686f27adb3
1+
530ad0daf9de386e0953587da3abf56c
160 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9b3f2f54b4603a96b205c5fbe782b5e1
1+
7b67ddd75a59dabacb400901cf811f8b
128 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3379a834ca2fa0649231e8a04a42f136
1+
11b8d916c0001b58c6aef2234ecfa872
128 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3b03fb6c96f71020013cb236dd333379
1+
585cbcc5d4d9ee6134cef170988d09e9

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.14.0"
4+
version: "1.15.0"

0 commit comments

Comments
 (0)