From b12d5e5ad2491669253e423ac900b81ef11081f7 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 8 Jan 2023 12:46:29 -0500 Subject: [PATCH] Update version to 0.9.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80ad837..a865cab 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.9.4", + "version": "0.9.5", "private": true, "scripts": { "dev": "astro dev",