From 25c570041543486fb7bdae09c4525ca30193d0be Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 29 Mar 2025 01:56:07 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.2.10 --- 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 892e57824..4bcf8b309 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.2.10 (29-03-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.2.9 (15-03-2025) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index ef5b519ca..2386302ee 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -111,6 +111,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.2.9", + "version": "6.2.10", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 2f316b35d..1627504bf 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "15-03-2025", + "last_update": "29-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.2.9" + "upstream_version": "6.2.10" }