Skip to content

Commit 83bffbf

Browse files
committed
Update version to 1.5.3
1 parent dd6c03f commit 83bffbf

File tree

6 files changed

+25
-1
lines changed

6 files changed

+25
-1
lines changed

docs/firmware/manifest.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "OpenSpool",
3+
"version": "1.5.3",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32-S2",
7+
"ota": {
8+
"path": "openspool-esp32s2.ota.bin",
9+
"md5": "7b34147e71a155dd06fda64e801464e0",
10+
"summary": "Fix version",
11+
"release_url": "https://openspool.io/firmware"
12+
},
13+
"parts": [
14+
{
15+
"path": "openspool-esp32s2.factory.bin",
16+
"offset": 0
17+
}
18+
]
19+
}
20+
],
21+
"new_install_prompt_erase": true
22+
}
1.26 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3d51824bdcbe9211b5ac6add29021965
1.2 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7b34147e71a155dd06fda64e801464e0

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.4.6"
4+
version: "1.5.3"

0 commit comments

Comments
 (0)