diff --git a/package-lock.json b/package-lock.json index 478ffa5..465e18e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend", - "version": "1.0.0", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend", - "version": "1.0.0", + "version": "0.1.0", "dependencies": { "pinia": "^3.0.4", "pinia-plugin-persistedstate": "^4.7.1", diff --git a/package.json b/package.json index 05e18d0..1828ae6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frontend", "private": true, - "version": "1.0.0", + "version": "0.1.0", "type": "module", "scripts": { "dev": "vite",