diff --git a/.env b/.env index 588dfc2..7e6fb00 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -VITE_APP_VERSION=3.0.0 +VITE_APP_VERSION=3.1.0 diff --git a/package-lock.json b/package-lock.json index d5dcbfa..356924a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "live-atlas", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "live-atlas", - "version": "3.0.0", + "version": "3.1.0", "hasInstallScript": true, "dependencies": { "@kyvg/vue3-notification": "2.3.0", diff --git a/package.json b/package.json index e099519..14ae6b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "live-atlas", - "version": "3.0.0", + "version": "3.1.0", "private": false, "scripts": { "serve": "vite",