release 8.0.2 case 4164 build date vs maint expiration date for expired trial keys preventing upgrade

This commit is contained in:
2022-08-12 20:19:07 +00:00
parent 199701b423
commit bba4c0e00f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.0.0", "version": "8.0.2",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.1", version: "8.0.2",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc." copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
}; };