Skip to content

Commit 4181c92

Browse files
committed
Update artifacts after stash
1 parent 87230b0 commit 4181c92

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

artifacts/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "v1.3.0",
3+
"version": "v1.3.1",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "2230e3379591ea8518b3562c15bb373b",
10-
"summary": "Add ota, improv-bluetooth"
9+
"md5": "1ae57b63333fb63282f55da8892e3848",
10+
"summary": "Refator version to have version.yaml"
1111
},
1212
"parts": [
1313
{
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8168100df0d0a37c6283b535f0d963b0
1+
46552c8f7e5c2e4ecc1d11302d09a835

artifacts/openspool-esp32s2.ota.bin

0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2230e3379591ea8518b3562c15bb373b
1+
1ae57b63333fb63282f55da8892e3848

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: "0.0.0"
4+
version: "v1.3.1"

0 commit comments

Comments
 (0)