From 338d39712d30cac4301ea7d0b35e40eee9e25514 Mon Sep 17 00:00:00 2001 From: Andrew Vassilyev Date: Wed, 21 Aug 2024 22:08:05 +0500 Subject: [PATCH] v0.3.0-alpha.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4b34c8..e7e8760 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "smartbundle", "private": true, - "version": "0.2.0", + "version": "0.3.0-alpha.0", "description": "", "bin": "./src/bin.ts", "type": "module",