From b30987163c69d1fa6d8d5f7e94e21e6eb6b34ec0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 19 Oct 2020 15:01:36 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 - ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3f6aac6e..a0b02370 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,7 +7,6 @@ todo: service workers for monaco going in root of website folder, must be a config setting to move it into the proper place (not there) couldn't find anything about it, may need to post to ask, it's not the end of the world but kind of stupid looking as all the rest of the js is in subfolder -todo: login, large view, branded logo and footer text not centered equally? todo: take a look at front end cypress testing etc again, it's going to be the best way to assure quality going forward and indespensible for smoke / load testing See where it's at, is any of it usable? diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 51403666..5dec7b34 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.82", + version: "8.0.0-alpha.83", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };