From 4e1520716f530d41dcf55cbeb992fd7c19f23651 Mon Sep 17 00:00:00 2001 From: Bastian Neumann Date: Mon, 12 Feb 2024 21:11:39 +0000 Subject: [PATCH] bump version to 0.2.3 --- custom_components/smarthashtag/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/smarthashtag/manifest.json b/custom_components/smarthashtag/manifest.json index 2f608c5..b698506 100644 --- a/custom_components/smarthashtag/manifest.json +++ b/custom_components/smarthashtag/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues", "requirements": ["pysmarthashtag==0.2.8"], - "version": "0.2.0" + "version": "0.2.3" }