Skip to content

Commit d90dff8

Browse files
committed
Update version to 1.17.0
1 parent 607e267 commit d90dff8

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.16.0",
3+
"version": "1.17.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "6defc7546fb072f4792d8b446f1f6cdd",
10-
"summary": "docs(contributor): contrib-readme-action has updated readme",
9+
"md5": "ef42fa92eb0a40ed43b768038298bcd0",
10+
"summary": "Merge pull request #33 from raihei/main",
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": "55cf23dbeaa3eac9f64f73253d8bc0b6",
25-
"summary": "docs(contributor): contrib-readme-action has updated readme",
24+
"md5": "3e1595af26a377a7c651b4b187643065",
25+
"summary": "Merge pull request #33 from raihei/main",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f8093b5de16811164e10e3ca142a73e
1+
103a742a1e10d0d087f7bbfaecd30f27
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6defc7546fb072f4792d8b446f1f6cdd
1+
ef42fa92eb0a40ed43b768038298bcd0
-352 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
05f8c59ab8950ab5287a8b1be4acbe1c
1+
d6ec971adfdaeaddec684e03d3ed9edc
-352 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
55cf23dbeaa3eac9f64f73253d8bc0b6
1+
3e1595af26a377a7c651b4b187643065

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.16.0"
4+
version: "1.17.0"

0 commit comments

Comments
 (0)