From 6ed7fdbcec3851b02a44ccf8bec69a74697192ab Mon Sep 17 00:00:00 2001 From: David Kagerer Date: Thu, 3 Feb 2022 00:12:59 +0100 Subject: [PATCH] chore: bump version 0.2.0 --- custom_components/phoniebox/const.py | 2 +- custom_components/phoniebox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/phoniebox/const.py b/custom_components/phoniebox/const.py index 9dcf514..c33464e 100644 --- a/custom_components/phoniebox/const.py +++ b/custom_components/phoniebox/const.py @@ -27,7 +27,7 @@ NAME = "Phoniebox" DOMAIN = "phoniebox" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.1.1" +VERSION = "0.2.0" ATTRIBUTION = "" ISSUE_URL = "https://github.com/c0un7-z3r0/hass-phoniebox/issues" diff --git a/custom_components/phoniebox/manifest.json b/custom_components/phoniebox/manifest.json index bb28f48..a5c5986 100644 --- a/custom_components/phoniebox/manifest.json +++ b/custom_components/phoniebox/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://github.com/c0un7-z3r0/hass-phoniebox", "iot_class": "local_push", "issue_tracker": "https://github.com/c0un7-z3r0/hass-phoniebox/issues", - "version": "0.1.1", + "version": "0.2.0", "config_flow": true, "after_dependencies": [ "mqtt"