Skip to content

Commit

Permalink
Bump version to use latest component updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnyder committed Nov 15, 2021
1 parent 067e0bf commit 635c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1>Update Juncture site</h1>

const ENV = window.location.port === '8088' || window.location.hostname.indexOf('8088') >= 0 ? 'DEV' : 'PROD'
let isJuncture = window.location.hostname.indexOf('juncture-digital.org') === 0 || ENV === 'DEV'
const junctureVersion = 'v0.5.3'
const junctureVersion = 'v0.5.4'
let junctureVersionHash
let qargs = window.location.href.indexOf('?') > 0 ? parseQueryString(window.location.href.split('?')[1]) : {}

Expand Down

0 comments on commit 635c4ce

Please sign in to comment.