Skip to content

Commit 8b2363f

Browse files
committed
Update artifacts after stash
1 parent 8602c37 commit 8b2363f

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": "1.3.3",
3+
"version": "1.4.0",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "19a6556d18f9d257d2b09651e7287ad3",
10-
"summary": "Remove improv-bluetooth"
9+
"md5": "0ed0319f12948bf1d1e501d427d722da",
10+
"summary": "Add checks if mqtt is connected"
1111
},
1212
"parts": [
1313
{
96 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2ce294f76d7f2233702db2fec5bdb3a2
1+
de6708987fc5e25805f0cfcb33062605

artifacts/openspool-esp32s2.ota.bin

96 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19a6556d18f9d257d2b09651e7287ad3
1+
0ed0319f12948bf1d1e501d427d722da

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.3.3"
4+
version: "1.4.0"

0 commit comments

Comments
 (0)