From bb090448d3491fa49e59c260d98036c2c3820bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Mon, 19 Feb 2024 13:38:42 +0100 Subject: [PATCH] fix package version --- vite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite/package.json b/vite/package.json index 47285cd5..67fa9945 100644 --- a/vite/package.json +++ b/vite/package.json @@ -1,6 +1,6 @@ { "name": "@winglibs/vite", - "version": "0.0.3", + "version": "0.0.4", "description": "Wing resource that allows deploying a Vite application to the cloud", "repository": { "type": "git",