From ecb07566ff20a340ec77924368ddadeb6a54e255 Mon Sep 17 00:00:00 2001 From: Sander Date: Tue, 6 Dec 2022 20:14:30 +0000 Subject: [PATCH] Release 1.1.0 --- .github/ISSUE_TEMPLATE/issue.yaml | 2 +- custom_components/mc66c/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yaml b/.github/ISSUE_TEMPLATE/issue.yaml index 6fc1246..5465e18 100644 --- a/.github/ISSUE_TEMPLATE/issue.yaml +++ b/.github/ISSUE_TEMPLATE/issue.yaml @@ -24,7 +24,7 @@ body: required: true attributes: label: What version of this integration has the issue? - placeholder: 1.0.0 + placeholder: 1.1.0 description: > Can be found in the Configuration panel -> Info. diff --git a/custom_components/mc66c/manifest.json b/custom_components/mc66c/manifest.json index 55d0fbc..93ceac5 100644 --- a/custom_components/mc66c/manifest.json +++ b/custom_components/mc66c/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/golles/Home-Assistant-Sensor-MC66C", "iot_class": "local_polling", "issue_tracker": "https://github.com/golles/Home-Assistant-Sensor-MC66C/issues", - "version": "1.0.0", + "version": "1.1.0", "codeowners": ["@golles"], "requirements": ["pyserial==3.5"] }