From bc80feaeeb65241d57050720bfa960615eedcc8a Mon Sep 17 00:00:00 2001 From: David Date: Sat, 14 Sep 2024 05:19:52 -0800 Subject: [PATCH] Update version --- src/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.js b/src/const.js index 087e454..c9d84d1 100644 --- a/src/const.js +++ b/src/const.js @@ -1,4 +1,4 @@ -export let VERSION = "v0.14.9"; +export let VERSION = "v0.14.10"; export let GOLF_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/golf/players/full/"; export let MMA_HEADSHOT_URL = "https://a.espncdn.com/i/headshots/mma/players/full/";