From aad08be929732b587893005688552bad6c0a39e2 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 5 May 2022 07:14:14 +0200 Subject: [PATCH] Updater bot : fireflyiii updated to 5.7.5 --- 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 1dcda8f7d..7e606b89a 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 5.7.5 (05-05-2022) +- Update to latest version from firefly-iii/firefly-iii + ## 5.7.4 (03-05-2022) - Update to latest version from firefly-iii/firefly-iii diff --git a/fireflyiii/config.json b/fireflyiii/config.json index 1b2f6dc00..586e5c772 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.4", + "version": "5.7.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index ef0d2d1fd..9e1a2cae8 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "03-05-2022", + "last_update": "05-05-2022", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "5.7.4" + "upstream_version": "5.7.5" }