From 44ae633dd689cd63a680b12d2b211583e7146001 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 10 Jun 2023 12:01:15 +0200 Subject: [PATCH] 0.1.7 --- 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 6e7e6ff..1bafaea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ayco/cozy", - "version": "0.1.6", + "version": "0.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@ayco/cozy", - "version": "0.1.6", + "version": "0.1.7", "dependencies": { "@astro-reactive/form": "^0.8.1", "@astro-reactive/validator": "^0.3.4", diff --git a/package.json b/package.json index 474307a..f24f8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ayco/cozy", - "version": "0.1.6", + "version": "0.1.7", "scripts": { "start": "astro dev", "build": "astro build"