From af46d708fb6a98f851d1a50cd2f943d3c8538869 Mon Sep 17 00:00:00 2001 From: Hellowlol Date: Sun, 6 Feb 2022 15:29:34 +0100 Subject: [PATCH] Fix messed up version --- custom_components/avfallsor/__init__.py | 2 +- custom_components/avfallsor/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/avfallsor/__init__.py b/custom_components/avfallsor/__init__.py index 6addeae..8d36b3c 100644 --- a/custom_components/avfallsor/__init__.py +++ b/custom_components/avfallsor/__init__.py @@ -6,7 +6,7 @@ DOMAIN = "avfallsor" NAME = DOMAIN -VERSION = "0.0.3" +VERSION = "0.0.4" ISSUEURL = "https://github.com/hellowlol/sensor.avfallsor/issues" STARTUP = """ diff --git a/custom_components/avfallsor/manifest.json b/custom_components/avfallsor/manifest.json index 73dec58..b85663f 100644 --- a/custom_components/avfallsor/manifest.json +++ b/custom_components/avfallsor/manifest.json @@ -6,5 +6,5 @@ "config_flow": true, "codeowners": ["@hellowlol"], "requirements": ["beautifulsoup4", "html5lib"], - "version": "0.0.3" + "version": "0.0.4" }