Updater bot : fireflyiii updated to 6.4.0

This commit is contained in:
alexbelgium
2025-09-20 01:56:56 +02:00
parent 2fc8285f75
commit f4fc4460f9
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 6.4.0 (20-09-2025)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)
## 6.3.2 (23-08-2025) ## 6.3.2 (23-08-2025)
- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases)

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.3.2", "version": "6.4.0",
"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": "23-08-2025", "last_update": "20-09-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.3.2" "upstream_version": "6.4.0"
} }