Updater bot : fireflyiii updated to 6.4.2

This commit is contained in:
alexbelgium
2025-10-11 01:57:01 +02:00
parent 635586442a
commit 2e0ea021cf
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 6.4.2 (11-10-2025)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.4.0-3 (21-09-2025) ## 6.4.0-3 (21-09-2025)
- Minor bugs fixed - Minor bugs fixed
## 6.4.0-2 (21-09-2025) ## 6.4.0-2 (21-09-2025)

View File

@@ -111,6 +111,6 @@
"startup": "services", "startup": "services",
"udev": true, "udev": true,
"url": "https://github.com/alexbelgium/hassio-addons", "url": "https://github.com/alexbelgium/hassio-addons",
"version": "6.4.0-3", "version": "6.4.2",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_exclude": "2025", "github_exclude": "2025",
"last_update": "20-09-2025", "last_update": "11-10-2025",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "fireflyiii", "slug": "fireflyiii",
"source": "github", "source": "github",
"upstream_repo": "firefly-iii/firefly-iii", "upstream_repo": "firefly-iii/firefly-iii",
"upstream_version": "6.4.0" "upstream_version": "6.4.2"
} }