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