From d20865d2ea5a23b8ff5fd697ed9e574c2d09678e Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Fri, 17 Nov 2023 20:07:55 -0300 Subject: [PATCH] Update version to 3.2.1 --- custom_components/proxmoxve/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/proxmoxve/manifest.json b/custom_components/proxmoxve/manifest.json index 921331e..8777422 100644 --- a/custom_components/proxmoxve/manifest.json +++ b/custom_components/proxmoxve/manifest.json @@ -8,5 +8,5 @@ "issue_tracker": "https://github.com/dougiteixeira/proxmoxve/issues", "loggers": ["proxmoxer"], "requirements": ["proxmoxer==2.0.1"], - "version": "3.1.0" + "version": "3.2.1" }