This commit is contained in:
James Lyne 2021-12-10 17:17:21 +00:00
parent fd0e11fac0
commit f0f98206a1
4 changed files with 5 additions and 5 deletions

2
.env
View File

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

View File

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

4
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "live-atlas",
"version": "2.0.0-beta.4",
"version": "2.0.0",
"private": false,
"scripts": {
"serve": "vite",