Skip to content
Snippets Groups Projects

Release of version 1.4.0

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -11,8 +11,10 @@
function getVersion() {
const segments = location.pathname.split('/')
if (segments.length === 5) {
console.log('version', segments[3], segments)
return segments[3]
} else {
console.log('version defaulted to 1.4')
return '1.4'
}
}
Loading