From 7e69314fd4a645cddaf204cf0075e0876665ecd9 Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Tue, 7 Sep 2021 14:26:24 +0200 Subject: [PATCH] 0.0.9 --- custom_components/myenergi/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/myenergi/const.py b/custom_components/myenergi/const.py index 0a41e1a..c633916 100644 --- a/custom_components/myenergi/const.py +++ b/custom_components/myenergi/const.py @@ -3,7 +3,7 @@ NAME = "myenergi" DOMAIN = "myenergi" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.7" +VERSION = "0.0.9" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" ISSUE_URL = "https://github.com/cjne/myenergi/issues"