diff --git a/package-lock.json b/package-lock.json index 50978b7..ac62517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "televue", - "version": "0.0.1", + "version": "0.1.0-dev1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "televue", - "version": "0.0.1", + "version": "0.1.0-dev1", "dependencies": { "vite-plugin-mkcert": "^1.9.0" }, diff --git a/package.json b/package.json index 21abcb5..45cd8ff 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "skhrvg", "license": "MIT", "description": "televue", - "version": "0.0.1", + "version": "0.1.0-dev1", "scripts": { "lib:watch": "vue-tsc --emitDeclarationOnly && vite build --watch", "lib:build": "vue-tsc --emitDeclarationOnly && vite build",