Get master branch version consistent

This commit is contained in:
SNDST00M: M.U.N.I.N 2021-10-01 14:24:18 +01:00
parent bd6911afa6
commit b4fffce5c8
No known key found for this signature in database
GPG Key ID: 0C7CE6F01FC333C5
4 changed files with 7 additions and 6 deletions

2
.env
View File

@ -1 +1 @@
VITE_VERSION=2.0.0-beta.3 VITE_VERSION=2.0.0-beta.4

View File

@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.jlyne</groupId> <groupId>io.github.jlyne</groupId>
<artifactId>LiveAtlas</artifactId> <artifactId>LiveAtlas</artifactId>
<version>20.0.0-beta.5</version> <version>2.0.0-beta.4</version>
<build> <build>
<resources> <resources>
<resource> <resource>

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "live-atlas", "name": "live-atlas",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "live-atlas", "name": "live-atlas",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"hasInstallScript": true, "hasInstallScript": true,
"dependencies": { "dependencies": {
"@kyvg/vue3-notification": "2.3.0", "@kyvg/vue3-notification": "2.3.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "live-atlas", "name": "live-atlas",
"version": "2.0.0-beta.3", "version": "2.0.0-beta.4",
"private": false, "private": false,
"scripts": { "scripts": {
"serve": "vite", "serve": "vite",
@ -8,9 +8,10 @@
"test": "jest", "test": "jest",
"clean": "rimraf dist java/target/resources", "clean": "rimraf dist java/target/resources",
"copy": "cpy plugin.yml dist java/target/resources --parents", "copy": "cpy plugin.yml dist java/target/resources --parents",
"build": "vue-tsc --noEmit && vite build --out-dir dist && npm-run-all clean copy", "build": "npm run clean && vue-tsc --noEmit && vite build --out-dir dist && npm-run-all copy mvn",
"lint": "eslint --ext .ts,.vue src", "lint": "eslint --ext .ts,.vue src",
"lint:fix": "eslint -ext .ts,.vue src --fix", "lint:fix": "eslint -ext .ts,.vue src --fix",
"mvn": "cd java && mvn package && cd ..",
"postinstall": "patch-package" "postinstall": "patch-package"
}, },
"dependencies": { "dependencies": {