Skip to content

Commit 49829b2

Browse files
committed
Map viewer bug fix
1 parent 04d11b9 commit 49829b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h1>Update Juncture site</h1>
188188
console.log(window.location)
189189
const ENV = window.location.hostname === 'localhost' || window.location.hostname.indexOf('gitpod') > 0 ? 'DEV' : 'PROD'
190190
let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV'
191-
const junctureVersion = 'v0.4.5'
191+
const junctureVersion = 'v0.4.6'
192192
let junctureVersionHash
193193

194194
const referrerUrl = document.referrer

0 commit comments

Comments
 (0)