From c7f91ac37c3d468a133a3cde86b33d94ad964126 Mon Sep 17 00:00:00 2001 From: thekiwismarthome <134335563+thekiwismarthome@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:00:11 +1300 Subject: [PATCH] Update 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 362c46f..65bb822 100644 --- a/custom_components/shopping_list_manager/manifest.json +++ b/custom_components/shopping_list_manager/manifest.json @@ -1,10 +1,10 @@ { "domain": "shopping_list_manager", "name": "Shopping List Manager", - "version": "2.0.0-beta5", + "version": "2.0.0", "documentation": "https://github.com/thekiwismarthome/shopping-list-manager", "issue_tracker": "https://github.com/thekiwismarthome/shopping-list-manager/issues", - "requirements": [], + "requirements": ["Pillow>=10.0.0"], "dependencies": [], "codeowners": ["@thekiwismarthome"], "config_flow": true,