From 0a7b9873a2ce93bd857861e65c392191607bc6be Mon Sep 17 00:00:00 2001 From: Marc Ordinas i Llopis Date: Mon, 20 Mar 2023 00:25:49 +0100 Subject: [PATCH] Upgrade to v1.2.2 * Added an upgrade test. --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- tests.toml | 7 +++++++ 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7bbc73..299477f 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If your Firefly-III server is installed as a YunoHost app, please note: - When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine. -**Shipped version:** 1.2.1~ynh1 +**Shipped version:** 1.2.2~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 8009841..8ded82e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ If your Firefly-III server is installed as a YunoHost app, please note: - When configuring the Data Importer, use the public Firefly-III domain and path, not *localhost*, even if both services are on the same machine. -**Version incluse :** 1.2.1~ynh1 +**Version incluse :** 1.2.2~ynh1 ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index b8026a6..e09b226 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "firefly-iii-di" name = "Firefly III Importer" description.en = "Self-hosted financial manager" -version = "1.2.1~ynh1" +version = "1.2.2~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.1.tar.gz" - sha256 = "0905920292b642720c357b9909c035a03d189479d0ccca0b7b0f9f44b4bb2f56" + url = "https://github.com/firefly-iii/data-importer/archive/refs/tags/v1.2.2.tar.gz" + sha256 = "2e69f8b68ab8fd0f078e585feb2128b99bf2dd3088c057d2dbd1c75a20860732" [resources.system_user] diff --git a/tests.toml b/tests.toml index 9ebf857..65c744c 100644 --- a/tests.toml +++ b/tests.toml @@ -1,2 +1,9 @@ test_format = 1.0 +[default] + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.5a7ffe7.name = "Upgrade from #2"