From 4e62497650b801677f09fa8803ea9968d4e5d991 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 8 Apr 2019 22:59:04 +0000 Subject: [PATCH] --- ayanova/buildrelease.bat | 3 ++- ayanova/devdocs/todo.txt | 3 ++- ayanova/src/api/aboutinfo.js | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ayanova/buildrelease.bat b/ayanova/buildrelease.bat index 42b61975..3586251c 100644 --- a/ayanova/buildrelease.bat +++ b/ayanova/buildrelease.bat @@ -3,4 +3,5 @@ cd c:\data\code\raven\docs\8.0\ayanova mkdocs build cd c:\data\code\raven-client\ayanova npm run build -xcopy c:\data\code\raven-client\ayanova\dist\*.* C:\data\code\raven\server\AyaNova\wwwroot /e \ No newline at end of file +xcopy c:\data\code\raven-client\ayanova\dist\*.* C:\data\code\raven\server\AyaNova\wwwroot /e +pause \ No newline at end of file diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index df4d371d..0a0b1b0e 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -13,7 +13,8 @@ TODO CLIENT STUFF #### A PHONE IS PROBABLY NOT THE MOST COMMON SIZE FORM FACTOR THAT WILL BE USED. SUPPORT PHONES, YES, BUT DON'T GET HUNG UP ON IT TO THE POINT WHERE IT RUINS THE EXPERIENCE ON A FULL COMPUTER OR TABLET TODO NEXT - +- bump version numbers, release again +- Why the fuck is my app not updated and running old version at server ??? - Test on mobile and desktop all browsers before moving on, it must be solid with error handling (required, after before etc) and etc and then if all is well we can move on to the other field types End to end action diff --git a/ayanova/src/api/aboutinfo.js b/ayanova/src/api/aboutinfo.js index c8979570..102d3e18 100644 --- a/ayanova/src/api/aboutinfo.js +++ b/ayanova/src/api/aboutinfo.js @@ -1,5 +1,5 @@ export default { - version: "8.0.0-alpha.2", + version: "8.0.0-alpha.3", copyright: "Copyright © 1999-2019, Ground Zero Tech-Works Inc. All Rights Reserved" };