From aa624cafc97048707469ee1453b3211e9a6522b4 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Dec 2024 01:56:08 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.1.25 --- fireflyiii/CHANGELOG.md | 3 +++ fireflyiii/config.json | 2 +- fireflyiii/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii/CHANGELOG.md b/fireflyiii/CHANGELOG.md index bc5c5e74f..71e540c9e 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 6.1.25 (21-12-2024) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) ## 6.1.24 (25-11-2024) - Minor bugs fixed diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 7465d9f86..8e8c17ab8 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -107,6 +107,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.1.24", + "version": "6.1.25", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 53738128c..d084d9fa7 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "16-11-2024", + "last_update": "21-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.1.24" + "upstream_version": "6.1.25" }