We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d11b9 commit 49829b2Copy full SHA for 49829b2
index.html
@@ -188,7 +188,7 @@ <h1>Update Juncture site</h1>
188
console.log(window.location)
189
const ENV = window.location.hostname === 'localhost' || window.location.hostname.indexOf('gitpod') > 0 ? 'DEV' : 'PROD'
190
let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV'
191
- const junctureVersion = 'v0.4.5'
+ const junctureVersion = 'v0.4.6'
192
let junctureVersionHash
193
194
const referrerUrl = document.referrer
0 commit comments