From 5cf1d5e539d2eebaefdc5e0c4ff370b4886544e5 Mon Sep 17 00:00:00 2001 From: Alexander Ryazanov Date: Sun, 25 Jun 2023 14:51:53 +0300 Subject: [PATCH] chore: bump version number (v2023.6.1 -> v2023.6.2) --- custom_components/pandora_cas/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/pandora_cas/manifest.json b/custom_components/pandora_cas/manifest.json index a6c8455..d311c9b 100644 --- a/custom_components/pandora_cas/manifest.json +++ b/custom_components/pandora_cas/manifest.json @@ -9,6 +9,6 @@ ], "requirements": [], "config_flow": true, - "version": "2023.6.1", + "version": "2023.6.2", "iot_class": "cloud_polling" }