From d8d12ed43d31b1d6da675c0d3c8250a246807c14 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 31 May 2025 01:56:23 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.2.16 --- 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 a04e8da42..4cb44e93a 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.2.16 (31-05-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.2.12 (17-05-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 51ffa711f..73c33c90a 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.12", + "version": "6.2.16", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index d2b51ac3c..96105e019 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,9 +1,9 @@ { "github_exclude": "2025", - "last_update": "17-05-2025", + "last_update": "31-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.2.12" + "upstream_version": "6.2.16" }