From 66e3297764b238170343d836682059c440201b97 Mon Sep 17 00:00:00 2001 From: Jeroen ter Heerdt Date: Thu, 12 Aug 2021 16:32:47 -0700 Subject: [PATCH] version bump to v0.3.6-beta --- custom_components/daily/const.py | 2 +- custom_components/daily/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/daily/const.py b/custom_components/daily/const.py index 04f4c0a..cd01e2f 100644 --- a/custom_components/daily/const.py +++ b/custom_components/daily/const.py @@ -3,7 +3,7 @@ DOMAIN = "daily" NAME = "Daily Sensor" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.3.5" +VERSION = "0.3.6-beta" ISSUE_URL = "https://github.com/jeroenterheerdt/HADailySensor/issues" diff --git a/custom_components/daily/manifest.json b/custom_components/daily/manifest.json index e689c00..6b181fc 100644 --- a/custom_components/daily/manifest.json +++ b/custom_components/daily/manifest.json @@ -10,5 +10,5 @@ "homekit": {}, "dependencies": [], "codeowners": ["@jeroenterheerdt"], - "version": "0.3.5" + "version": "0.3.6-beta" }