From 7de312b410b86eebfd28c98c704ae2e419e40c3d Mon Sep 17 00:00:00 2001 From: RodPayne Date: Sat, 8 Jun 2024 08:39:56 -0600 Subject: [PATCH] Bump version to valid name. #17 --- custom_components/person_location/const.py | 2 +- custom_components/person_location/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/person_location/const.py b/custom_components/person_location/const.py index 619a238..5ab628a 100644 --- a/custom_components/person_location/const.py +++ b/custom_components/person_location/const.py @@ -35,7 +35,7 @@ API_STATE_OBJECT = DOMAIN + "." + DOMAIN + "_integration" INTEGRATION_NAME = "Person Location" ISSUE_URL = "https://github.com/rodpayne/home-assistant_person_location/issues" -VERSION = "2024.06.07b" +VERSION = "2024.06.08" # Constants: METERS_PER_KM = 1000 diff --git a/custom_components/person_location/manifest.json b/custom_components/person_location/manifest.json index 1bfeb93..80bff03 100644 --- a/custom_components/person_location/manifest.json +++ b/custom_components/person_location/manifest.json @@ -20,5 +20,5 @@ "iot_class": "calculated", "issue_tracker": "https://github.com/rodpayne/home-assistant_person_location/issues", "requirements": [], - "version": "2024.06.07b" + "version": "2024.06.08" } \ No newline at end of file