From 82360a12c4ee6cd0534e732ec3bf6a4fbf93fcbe Mon Sep 17 00:00:00 2001 From: prototypa Date: Wed, 24 Aug 2022 20:05:22 -0400 Subject: [PATCH] Update version to 0.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e3055a4..7ef3c98 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.2", + "version": "0.1.3", "private": true, "scripts": { "dev": "astro dev",