From 5e03fb4bf6f31f03bbe82ca48b51684038e6f4e0 Mon Sep 17 00:00:00 2001 From: julia-ha Date: Thu, 23 Sep 2021 16:04:00 -0400 Subject: [PATCH] New release - v0.4.24 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b54ac501..b4221a72 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.23' + const junctureVersion = 'v0.4.24' let junctureVersionHash const referrerUrl = document.referrer