From db6b2d31da66a5f8395c64b0bc3a23cdea8f2c00 Mon Sep 17 00:00:00 2001 From: Ron Snyder Date: Tue, 24 Aug 2021 18:19:34 -0400 Subject: [PATCH] version number fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2276bfe5..8d7ae732 100644 --- a/index.html +++ b/index.html @@ -193,7 +193,7 @@

Update Juncture site

console.log(window.location) const ENV = window.location.hostname === 'localhost' || window.location.hostname.indexOf('gitpod') > 0 ? 'DEV' : 'PROD' let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV' - const junctureVersion = 'v0.4.2' + const junctureVersion = 'v0.4.20' let junctureVersionHash const referrerUrl = document.referrer