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" }