From 9358751eb5bdee355d9f018c525c6b26552e8158 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Fri, 6 Feb 2026 00:32:32 +1300 Subject: [PATCH] Bump version to 1.1.0 in manifest.json --- custom_components/shopping_list_manager/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/shopping_list_manager/manifest.json b/custom_components/shopping_list_manager/manifest.json index 460556f..ca5446f 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.0.0", + "version": "1.1.0", "documentation": "https://github.com/thekiwismarthome/shopping-list-manager", "issue_tracker": "https://github.com/thekiwismarthome/shopping-list-manager/issues", "requirements": [], @@ -9,4 +9,4 @@ "codeowners": ["@thekiwismarthome"], "config_flow": true, "iot_class": "local_polling" -} \ No newline at end of file +}