From 8f39bebcc413bfe7f7137c8e25205da720f4b59e Mon Sep 17 00:00:00 2001 From: James Griffin Date: Wed, 27 May 2026 09:58:14 -0300 Subject: [PATCH] chore: bump version to 0.2.0 Co-Authored-By: Claude Opus 4.7 --- custom_components/dkncloudna/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/dkncloudna/manifest.json b/custom_components/dkncloudna/manifest.json index c369f78..6597ae5 100644 --- a/custom_components/dkncloudna/manifest.json +++ b/custom_components/dkncloudna/manifest.json @@ -8,5 +8,5 @@ "iot_class": "cloud_polling", "issue_tracker": "https://github.com/lavoiesl/homeassistant-dkncloudna/issues", "requirements": ["python-socketio>=4.6.1,<5"], - "version": "0.1.0" + "version": "0.2.0" }