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