From f44b23fc160a53963a6d819b35bbc4712caa5c07 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 6 Jun 2020 00:17:40 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 ++++ ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f7ae3cb6..c657a762 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,6 +6,10 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching + +TODO: Big update client and server then post and test + + todo: Administration - License - view - Erase all biz data (new route and command needed at back as currently it erases ops data as well I think) diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index e4408b95..a4330017 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,5 +1,5 @@ export default { - version: "8.0.0-alpha.5", + version: "8.0.0-alpha.6", copyright: "Copyright © 1999-2020, Ground Zero Tech-Works Inc. All Rights Reserved" };