From 2dfbf1889b7509f0d952c4a4ddb759f9ec9bfae1 Mon Sep 17 00:00:00 2001 From: Johan Isacsson Date: Fri, 3 Sep 2021 08:15:26 +0200 Subject: [PATCH] v0.0.13 --- custom_components/sunspec/const.py | 2 +- custom_components/sunspec/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/sunspec/const.py b/custom_components/sunspec/const.py index a2b8ea9..ec1e1f9 100644 --- a/custom_components/sunspec/const.py +++ b/custom_components/sunspec/const.py @@ -3,7 +3,7 @@ NAME = "SunSpec" DOMAIN = "sunspec" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.0.12" +VERSION = "0.0.13" ATTRIBUTION = "Data provided by SunSpec alliance - https://sunspec.org" ISSUE_URL = "https://github.com/cjne/ha-sunspec/issues" diff --git a/custom_components/sunspec/manifest.json b/custom_components/sunspec/manifest.json index 6d26778..cecfd72 100644 --- a/custom_components/sunspec/manifest.json +++ b/custom_components/sunspec/manifest.json @@ -1,7 +1,7 @@ { "domain": "sunspec", "name": "SunSpec", - "version": "0.0.12", + "version": "0.0.13", "documentation": "https://github.com/cjne/ha-sunspec", "issue_tracker": "https://github.com/cjne/ha-sunspec/issues", "dependencies": [],