Skip to content

Commit 51d0142

Browse files
committed
Update version to 1.4.6
1 parent 8dacf2a commit 51d0142

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

firmware/conf.d/version.yaml

+1-1
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.5"
4+
version: "1.4.6"

firmware/manifest.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "OpenSpool",
3+
"version": "1.4.6",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32-S2",
7+
"ota": {
8+
"path": "openspool-esp32s2.ota.bin",
9+
"md5": "44ec4ebf8e742cc8e6d0527e65b0aa82",
10+
"summary": "Add manifest.json",
11+
"release_url": "https://github.com/spuder/openspool/releases/download/1.4.6"
12+
},
13+
"parts": [
14+
{
15+
"path": "openspool-esp32s2.factory.bin",
16+
"offset": 0
17+
}
18+
]
19+
}
20+
],
21+
"new_install_prompt_erase": true
22+
}

0 commit comments

Comments
 (0)