From 788c13b2c861684b79bdcbe9c8016abf1a2a9059 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Jan 2025 01:56:07 +0100 Subject: [PATCH] Updater bot : fireflyiii updated to 20250106.1 --- 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 59b4a46436e..c975b63a66c 100644 --- a/fireflyiii/CHANGELOG.md +++ b/fireflyiii/CHANGELOG.md @@ -1,4 +1,7 @@ +## 20250106.1 (11-01-2025) +- Update to latest version from firefly-iii/firefly-iii (changelog : https://github.com/firefly-iii/firefly-iii/releases) + ## 20250101.1 (04-01-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 9b820fe6523..65b807de7b6 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": "20250101.1", + "version": "20250106.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii/updater.json b/fireflyiii/updater.json index 304289f170f..3853706def7 100644 --- a/fireflyiii/updater.json +++ b/fireflyiii/updater.json @@ -1,8 +1,8 @@ { - "last_update": "04-01-2025", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii", "source": "github", "upstream_repo": "firefly-iii/firefly-iii", - "upstream_version": "20250101.1" + "upstream_version": "20250106.1" }