Checkpoint commit before implementing changes for auto update
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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."
|
||||
};
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
height="64"
|
||||
></v-img>
|
||||
</v-col>
|
||||
<!-- Large AyaNova logo -->
|
||||
<!-- Large AyaNova logo. -->
|
||||
<v-col
|
||||
cols="12"
|
||||
md="7"
|
||||
|
||||
Reference in New Issue
Block a user