diff --git a/package-lock.json b/package-lock.json index dcb3ad9..80c4506 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "@ayoayco/cozy", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.1", + "version": "0.1.0", "dependencies": { "@astro-reactive/form": "^0.8.1", "@astro-reactive/validator": "^0.3.4", diff --git a/package.json b/package.json index fe6d2ab..12f7eae 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.1.0", "scripts": { "start": "astro dev", "build": "astro build"