This commit is contained in:
2021-12-14 20:14:52 +00:00
parent 788436cfbe
commit bedaeb01cf
4 changed files with 4 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ Prioritize anything that stands in the way of beta testing
TODO: NEXT:
Update all dependencies
the testing cases and triage the stuff below added recently with an eye to what is needed for beta specfically adn what is needed for initial release and what should be bumped to v.next (make into case)
report sample stuff limited to report designer roles and etc

View File

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

View File

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

View File

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