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