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." };