From 1d4a1cea2a1b83d4ebe1537d00e42b2ab4ad4d82 Mon Sep 17 00:00:00 2001 From: Suitangi Uil Date: Mon, 8 May 2023 21:28:31 -0500 Subject: [PATCH] Update version --- scripts/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/index.js b/scripts/index.js index d13aac1..ed5f5f6 100644 --- a/scripts/index.js +++ b/scripts/index.js @@ -1,5 +1,5 @@ const canVibrate = window.navigator.vibrate; -const befuddleAppVersion = "2023.5.6"; +const befuddleAppVersion = "2023.5.8"; //Helper: Get Query function getParameterByName(name, url) {