From 4b431d7285c2fa460ecf697c41bcdd46861ad4cf Mon Sep 17 00:00:00 2001 From: Aron Brown Date: Tue, 28 Jan 2025 14:52:50 -0500 Subject: [PATCH] Update version for "Include all" categories and accounts functionality. --- custom_components/ynab/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/ynab/manifest.json b/custom_components/ynab/manifest.json index e56be94..356a30f 100644 --- a/custom_components/ynab/manifest.json +++ b/custom_components/ynab/manifest.json @@ -7,6 +7,6 @@ "codeowners": ["@birdwing"], "iot_class": "cloud_polling", "requirements": ["ynab-sdk==0.5.0"], - "version": "0.4.1", + "version": "0.5.0", "config_flow": true }