Skip to content

Commit 491f9f9

Browse files
committed
Update artifacts after stash
1 parent 92cc075 commit 491f9f9

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.1",
3+
"version": "1.3.2",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "1ae57b63333fb63282f55da8892e3848",
10-
"summary": "Refator version to have version.yaml"
9+
"md5": "f109997edc4ca9dcca7147f35ee2edcf",
10+
"summary": "use github ref name"
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-
46552c8f7e5c2e4ecc1d11302d09a835
1+
b22436ea6f057768089ea809de50bae8

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-
1ae57b63333fb63282f55da8892e3848
1+
f109997edc4ca9dcca7147f35ee2edcf

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

0 commit comments

Comments
 (0)