From 7a5b5f1620e03085d0cdac3e043843834ef581b8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 6 Nov 2020 19:57:36 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f62ff162..9b55aec2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,7 +3,8 @@ @@@@@@@@@@@@@@@ ROADMAP STAGE 6 - "REALITY" All in on porting over all the real objects from v7 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ -todo: update all dependencies first? +todo: update all dependencies first +todo: release to server FIRST: Determine order to implement objects and write in below, try to list as thoroughly as possible by going over existing features and proposed new ones List should be objects in order of implementation, if new then flag with an asterisk * indicating it's a new feature that doesn't need import code diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index a2af2b6f..79aaa179 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.87", + version: "8.0.0-alpha.88", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };