This commit is contained in:
2018-11-14 18:53:33 +00:00
parent 2eddb1bcfe
commit 9dac47d96f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
<v-flex xs12> <v-flex xs12>
<div class="white--text ml-3"> <div class="white--text ml-3">
<a class="white--text" href="https://ayanova.com" target="_blank">AyaNova</a> <a class="white--text" href="https://ayanova.com" target="_blank">AyaNova</a>
{{version}} {{copyright}} ({{version}}) {{copyright}}
</div> </div>
</v-flex> </v-flex>
</v-layout> </v-layout>

View File

@@ -1,5 +1,5 @@
export default { export default {
version: "8.1.0 Alpha", version: "8.0.0-alpha.1",
copyright: copyright:
"Copyright © 1999-2018, Ground Zero Tech-Works Inc. All Rights Reserved" "Copyright © 1999-2018, Ground Zero Tech-Works Inc. All Rights Reserved"
}; };