From f6a23fbb049e75c072721c27a92d3499014ad100 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sat, 20 Aug 2022 02:29:11 -0400 Subject: [PATCH] Update version to 0.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86e8475..96c8545 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@onwidget/astrowind", "description": "A template to make your website using Astro + Tailwind CSS.", - "version": "0.1.1", + "version": "0.1.2", "private": true, "scripts": { "dev": "astro dev",