From 2825f2c9939c4f13695140f4d2fc289a391e8e31 Mon Sep 17 00:00:00 2001 From: RodPayne Date: Wed, 8 Jan 2025 21:22:51 -0700 Subject: [PATCH] Bump version. --- 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 76d0c1a..e956f96 100644 --- a/custom_components/person_location/const.py +++ b/custom_components/person_location/const.py @@ -33,7 +33,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.29" +VERSION = "2025.01.08" # Constants: METERS_PER_KM = 1000 diff --git a/custom_components/person_location/manifest.json b/custom_components/person_location/manifest.json index 159a7b1..e258a91 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.29" + "version": "2025.01.08" } \ No newline at end of file