Checkpoint commit before implementing changes for auto update

This commit is contained in:
2020-09-28 20:48:14 +00:00
parent 5ee18098d3
commit 01b14308f3
5 changed files with 53 additions and 21 deletions

View File

@@ -273,7 +273,7 @@ export default {
};
},
created() {
//Detect version change, wipe persisted form settings if has changed
//Detect version change, wipe persisted form settings if has changed.
let currentVersion = window.$gz.clientInfo.version;
if (currentVersion != window.$gz.store.state.lastClientVersion) {
window.$gz.store.commit(

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.21",
version: "8.0.0-alpha.23",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};

View File

@@ -25,7 +25,7 @@
height="64"
></v-img>
</v-col>
<!-- Large AyaNova logo -->
<!-- Large AyaNova logo. -->
<v-col
cols="12"
md="7"