From 4c07beca9a1547f41fc6e9f85b3cbd225334639d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 4 Jun 2023 19:34:49 +0200 Subject: [PATCH] 0.1.1 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb940f3..c8f1835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "@ayoayco/cozy", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@astro-reactive/form": "^0.8.1", "@astro-reactive/validator": "^0.3.4", diff --git a/package.json b/package.json index 12f7eae..a6e631b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "scripts": { "start": "astro dev", "build": "astro build"