From e5c51118f81ebce4ffcb2e40601a6a1f405c5fb9 Mon Sep 17 00:00:00 2001 From: Martin Rocek Date: Fri, 23 Dec 2022 00:52:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20bump=20version=20to=203.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 634b5ac..f8752f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-silentbox", - "version": "3.0.0", + "version": "3.0.1", "scripts": { "build": "run-p type-check build-only", "preview": "vite preview --port 4173",