From 5a373b6b5f233dde75c7307d209f155d25ffb208 Mon Sep 17 00:00:00 2001 From: dougiteixeira <31328123+dougiteixeira@users.noreply.github.com> Date: Sat, 11 Mar 2023 23:56:55 -0300 Subject: [PATCH] Update version to 1.7.2 --- custom_components/proxmoxve/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/proxmoxve/manifest.json b/custom_components/proxmoxve/manifest.json index ba7cf61..5aeb6ca 100644 --- a/custom_components/proxmoxve/manifest.json +++ b/custom_components/proxmoxve/manifest.json @@ -5,7 +5,8 @@ "config_flow": true, "documentation": "https://github.com/dougiteixeira/proxmoxve", "iot_class": "local_polling", + "issue_tracker": "https://github.com/dougiteixeira/proxmoxve/issues", "loggers": ["proxmoxer"], "requirements": ["proxmoxer==2.0.1"], - "version":"1.7.1" + "version":"1.7.2" }