From 0853d9ef7513bee5a93547c323a645f5ea96d13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20B?= <54446028+prototypa@users.noreply.github.com> Date: Sun, 6 Aug 2023 21:36:39 -0400 Subject: [PATCH] Update version to 0.9.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f88953c..68a87d6 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.8", + "version": "0.9.9", "private": true, "scripts": { "dev": "astro dev",