Skip to content

Commit 7b7cf9e

Browse files
committed
Update version to 1.16.0
1 parent 90cf64b commit 7b7cf9e

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

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.15.0"
4+
version: "1.16.0"

0 commit comments

Comments
 (0)