Compare commits

...

3 Commits

Author SHA1 Message Date
Manuel Weiser a8a00372b5 docs: update changelog for version 1.3.15 2025-02-21 21:34:36 +01:00
Manuel Weiser 72f4eab588 docs: update webpages for version v1.3.15 2025-02-21 21:34:36 +01:00
Manuel Weiser afa4eddc00 ci: fix missing 'fi' in GitHub release workflow script 2025-02-21 21:34:32 +01:00
3 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -136,4 +136,5 @@ jobs:
$FILES_TO_UPLOAD
else
echo "Error: No files found to upload"
exit 1
exit 1
fi
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [1.3.15] - 2025-02-21
### Changed
- update webpages for version v1.3.15
### Fixed
- ci: fix missing 'fi' in GitHub release workflow script
## [1.3.14] - 2025-02-21
### Changed
- update webpages for version v1.3.14
+1 -1
View File
@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[common]
version = "1.3.14"
version = "1.3.15"
[env:esp32dev]
platform = espressif32