From 5af98ba3f71620467c6d37252c497b3129ae224d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 27 Jul 2024 01:57:41 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 6.1.19 --- 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 fb519ea39..d2d1e028e 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 6.1.19 (27-07-2024) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 6.1.18 (22-06-2024) - Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) ## 6.1.17 (16-06-2024) diff --git a/fireflyiii/config.json b/fireflyiii/config.json index c280c5ef3..cd588a36a 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -106,6 +106,6 @@ "startup": "services", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "6.1.18", + "version": "6.1.19", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 32a66415c..8c6f5a188 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "22-06-2024", + "last_update": "27-07-2024", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "6.1.18" + "upstream_version": "6.1.19" }