From 1d4497cb90632ff0c0235e2b704b3dc98481a5a1 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 3 May 2022 01:56:07 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 5.7.4 --- 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 11a598954..1dcda8f7d 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7.4 (03-05-2022) +- Update to latest version from firefly-iii/firefly-iii + ## 5.7.2 (12-04-2022) - Update to latest version from firefly-iii/firefly-iii diff --git a/fireflyiii/config.json b/fireflyiii/config.json index e67244dec..1b2f6dc00 100644 --- a/fireflyiii/config.json +++ b/fireflyiii/config.json @@ -45,6 +45,6 @@ ], "slug": "fireflyiii", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "5.7.2", + "version": "5.7.4", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index c1598a2dd..ef0d2d1fd 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "12-04-2022", + "last_update": "03-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "5.7.2" + "upstream_version": "5.7.4" }