From c39620ee41bd1813ade5b6f8845dc7e7e9f2d24c Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Nov 2024 01:58:42 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 6.1.22 --- 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 778aa72bb..787adab60 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.1.22 (16-11-2024) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.1.21 (05-10-2024) - 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 4ac545673..07bc62411 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.21", + "version": "6.1.22", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 459c8f04e..9667fd1d8 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "05-10-2024", + "last_update": "16-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.1.21" + "upstream_version": "6.1.22" }