This commit is contained in:
2021-12-28 19:29:35 +00:00
parent 9346cc96ed
commit b1365b7c59
4 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ Coded by importance
TODO: 1 DOCS MUST BE VERSIONED
put the release version into the index page of docs prominently e.g. "Version 8.0.0-beta.0.6"
put the release version into the index page of docs prominently e.g. "Version 8.0.0-beta.0.7"
This is because when code changes docs often will change and they must be matched so this is a way to check that
TODO: Hardware requirements should be 2gb minimum due to printing, 1gb would work if not printing a large load
@@ -848,7 +848,7 @@ https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
https://www.ayanova.com/download/v8-migrate.exe
Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.0.6 CHANGES OF NOTE
BUILD 8.0.0-beta.0.7 CHANGES OF NOTE
- fixed bug in history that would bomb if a taskgroup name needed to be displayed
- many minor changes to support e2e testing

View File

@@ -1,6 +1,6 @@
{
"name": "ayanova",
"version": "8.0.0-beta.0.6",
"version": "8.0.0-beta.0.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "ayanova",
"version": "8.0.0-beta.0.6",
"version": "8.0.0-beta.0.7",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

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