From 00b3a3c97b15e3c81fd5fcccd20d75817bec6e82 Mon Sep 17 00:00:00 2001 From: Dwain Scheeren Date: Fri, 16 Sep 2022 21:14:00 +0200 Subject: [PATCH] Release v3.3.0 --- custom_components/dwains_dashboard/const.py | 2 +- custom_components/dwains_dashboard/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/dwains_dashboard/const.py b/custom_components/dwains_dashboard/const.py index 51c0ea9d..9223c305 100644 --- a/custom_components/dwains_dashboard/const.py +++ b/custom_components/dwains_dashboard/const.py @@ -1,2 +1,2 @@ DOMAIN = "dwains_dashboard" -VERSION = "3.3.0b2" \ No newline at end of file +VERSION = "3.3.0" \ No newline at end of file diff --git a/custom_components/dwains_dashboard/manifest.json b/custom_components/dwains_dashboard/manifest.json index 517f09df..efb1ed4c 100644 --- a/custom_components/dwains_dashboard/manifest.json +++ b/custom_components/dwains_dashboard/manifest.json @@ -6,6 +6,6 @@ "dependencies": ["lovelace", "http", "frontend"], "codeowners": ["@dwainscheeren"], "config_flow": true, - "version": "3.3.0b2", + "version": "3.3.0", "iot_class": "calculated" } \ No newline at end of file