Beta .1 release

This commit is contained in:
2022-03-16 00:15:34 +00:00
parent b59ca7a1fb
commit 5700a07efb
5 changed files with 8 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-beta.1-rc5",
version: "8.0.0-beta.1",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = true;
const DEV_MODE = false;
//************************************************************
//**************************************************************
//**************************************************************