diff --git a/custom_components/grill_buddy/const.py b/custom_components/grill_buddy/const.py index 8d0fdd9..a2a90ea 100644 --- a/custom_components/grill_buddy/const.py +++ b/custom_components/grill_buddy/const.py @@ -2,7 +2,7 @@ from enum import Enum -VERSION = "v2024.5.1" +VERSION = "v2024.5.2" NAME = "Grill Buddy" MANUFACTURER = "@jeroenterheerdt" diff --git a/custom_components/grill_buddy/frontend/dist/grill-buddy.js b/custom_components/grill_buddy/frontend/dist/grill-buddy.js index ddde622..8950279 100644 --- a/custom_components/grill_buddy/frontend/dist/grill-buddy.js +++ b/custom_components/grill_buddy/frontend/dist/grill-buddy.js @@ -4303,7 +4303,7 @@ .narrow=${this.narrow} >
${Hr("title", this.hass.language)}
-
${"v2024.5.1"}
+
${"v2024.5.2"}