From 46fc099e1761a45584df240471df5a5f6907860f Mon Sep 17 00:00:00 2001 From: Stephan Uhle Date: Mon, 11 Dec 2023 17:25:38 +0000 Subject: [PATCH] Increased version to 1.2.3 --- custom_components/mygekko/const.py | 2 +- custom_components/mygekko/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/mygekko/const.py b/custom_components/mygekko/const.py index 4b202a1..d2a3d8a 100644 --- a/custom_components/mygekko/const.py +++ b/custom_components/mygekko/const.py @@ -4,7 +4,7 @@ MANUFACTURER = "myGEKKO | Ekon GmbH" DOMAIN = "mygekko" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "1.1.0" +VERSION = "1.2.3" ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/" ISSUE_URL = "https://github.com/stephanu/mygekko/issues" diff --git a/custom_components/mygekko/manifest.json b/custom_components/mygekko/manifest.json index 352afd6..13e50a4 100644 --- a/custom_components/mygekko/manifest.json +++ b/custom_components/mygekko/manifest.json @@ -9,5 +9,5 @@ "issue_tracker": "https://github.com/stephanu/mygekko/issues", "loggers": ["PyMyGekko"], "requirements": ["PyMyGekko==1.1.0rc6"], - "version": "1.1.0" + "version": "1.2.3" }