Skip to content

Commit 1ff2702

Browse files
committed
Update version to 1.13.1
1 parent ce92170 commit 1ff2702

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.12.0",
3+
"version": "1.13.1",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "b8b554629af666678fb2cc06d31e2f9e",
10-
"summary": "Trim out extras for few more bytes",
9+
"md5": "765dc9c9d1176f005c1583def8cec594",
10+
"summary": "Update manifest.json",
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": "b2ac766f4f27c0f418940d44ce03f194",
25-
"summary": "Trim out extras for few more bytes",
24+
"md5": "6c0a1dfa9304c3e08c5deeaca8291776",
25+
"summary": "Update manifest.json",
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-
f0d6dc59e4af902e3fd43ab47a57f3c1
1+
99adaabb51e5b1f2c24f3415c681abfb
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b8b554629af666678fb2cc06d31e2f9e
1+
765dc9c9d1176f005c1583def8cec594
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0a0bfa49bf72eb1296b99f6384113ee9
1+
6b4988e462cab57e8c18f05a7153c316
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b2ac766f4f27c0f418940d44ce03f194
1+
6c0a1dfa9304c3e08c5deeaca8291776

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.12.0"
4+
version: "1.13.1"

0 commit comments

Comments
 (0)