Prepare for next release

This commit is contained in:
2024-08-29 00:54:46 +00:00
parent cd78802048
commit 7cc1778997
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.2.1", "version": "8.2.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ayanova", "name": "ayanova",
"version": "8.2.1", "version": "8.2.2",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0", "@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4", "@fortawesome/free-regular-svg-icons": "^5.15.4",

View File

@@ -1,6 +1,6 @@
{ {
"name": "ayanova", "name": "ayanova",
"version": "8.2.1", "version": "8.2.2",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.2.1", version: "8.2.2",
copyright: "© 1999-2024, Ground Zero Tech-Works Inc." copyright: "© 1999-2024, Ground Zero Tech-Works Inc."
}; };