From fef7c0ac55b550d877252b5455e1c0e3fe8155a6 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 26 Aug 2024 09:36:39 -0800 Subject: [PATCH] Bump version --- custom_components/teamtracker/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/teamtracker/const.py b/custom_components/teamtracker/const.py index 7c245e5..22b18b4 100644 --- a/custom_components/teamtracker/const.py +++ b/custom_components/teamtracker/const.py @@ -195,7 +195,7 @@ # Misc TEAM_ID = "" -VERSION = "v0.14.2" +VERSION = "v0.14.3" ISSUE_URL = "https://github.com/vasqued2/ha-teamtracker" DOMAIN = "teamtracker" ATTRIBUTION = "Data provided by ESPN"