From 35a1fc24ebf1490b1b77e08a8b6738f856391f5e Mon Sep 17 00:00:00 2001 From: Felipe Castillo Date: Tue, 16 Jan 2024 17:11:35 -0500 Subject: [PATCH] release: v1.1.2 --- custom_components/gkeep_list_sync/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/gkeep_list_sync/manifest.json b/custom_components/gkeep_list_sync/manifest.json index e9c3c4d..e742b46 100644 --- a/custom_components/gkeep_list_sync/manifest.json +++ b/custom_components/gkeep_list_sync/manifest.json @@ -9,5 +9,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/fcastilloec/gkeep-list-sync/issues", "requirements": ["gkeepapi==0.15.1", "urllib3<2", "gpsoauth==1.0.2"], - "version": "1.1.1" + "version": "1.1.2" }