From f15f89b9c18e41efaceff1ed9efd88bd112bba34 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Jul 2023 01:57:42 +0200 Subject: [PATCH] Updater bot : fireflyiii_data_importer updated to version-1.3.1 --- fireflyiii_data_importer/CHANGELOG.md | 3 +++ fireflyiii_data_importer/config.json | 2 +- fireflyiii_data_importer/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/fireflyiii_data_importer/CHANGELOG.md b/fireflyiii_data_importer/CHANGELOG.md index ba68abf88..8a7efd0f7 100644 --- a/fireflyiii_data_importer/CHANGELOG.md +++ b/fireflyiii_data_importer/CHANGELOG.md @@ -1,3 +1,6 @@ + +## version-1.3.1 (08-07-2023) +- Update to latest version from fireflyiii/data-importer ### 1.3.1-2 (04-07-2023) - Minor bugs fixed ## version-v1.3.1 (04-07-2023) diff --git a/fireflyiii_data_importer/config.json b/fireflyiii_data_importer/config.json index 6281cd302..934354d42 100644 --- a/fireflyiii_data_importer/config.json +++ b/fireflyiii_data_importer/config.json @@ -87,6 +87,6 @@ }, "slug": "fireflyiii_data_importer", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.3.1-2", + "version": "version-1.3.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8080]" } diff --git a/fireflyiii_data_importer/updater.json b/fireflyiii_data_importer/updater.json index 6145fde7d..657ed3337 100644 --- a/fireflyiii_data_importer/updater.json +++ b/fireflyiii_data_importer/updater.json @@ -1,9 +1,9 @@ { "dockerhub_list_size": 10, - "last_update": "10-06-2023", + "last_update": "08-07-2023", "repository": "alexbelgium/hassio-addons", "slug": "fireflyiii_data_importer", "source": "dockerhub", "upstream_repo": "fireflyiii/data-importer", - "upstream_version": "v1.3.1" + "upstream_version": "version-1.3.1" }