Skip to content

Commit

Permalink
Update version to 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2024
1 parent 8dacf2a commit 51d0142
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/conf.d/version.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
# Do not modify, github actions will update the number on each new release
substitutions:
version: "1.4.5"
version: "1.4.6"
22 changes: 22 additions & 0 deletions firmware/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "OpenSpool",
"version": "1.4.6",
"builds": [
{
"chipFamily": "ESP32-S2",
"ota": {
"path": "openspool-esp32s2.ota.bin",
"md5": "44ec4ebf8e742cc8e6d0527e65b0aa82",
"summary": "Add manifest.json",
"release_url": "https://github.com/spuder/openspool/releases/download/1.4.6"
},
"parts": [
{
"path": "openspool-esp32s2.factory.bin",
"offset": 0
}
]
}
],
"new_install_prompt_erase": true
}

0 comments on commit 51d0142

Please sign in to comment.