From 17cb680f1f74dc3fdf1aa139635179708ee22548 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:06:50 +1300 Subject: [PATCH] Downgrade version from 1.4.0 to 1.0.0 --- custom_components/shopping_list_manager/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index d941f6d..210ec8a 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -1,7 +1,7 @@ { "domain": "shopping_list_manager", "name": "Shopping List Manager", - "version": "1.4.0", + "version": "1.0.0", "documentation": "https://github.com/thekiwismarthome/shopping-list-manager", "issue_tracker": "https://github.com/thekiwismarthome/shopping-list-manager/issues", "requirements": [],