From ea3d812c0b84fbdaa3b873d4bdac3c289d966f0b Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 23 Feb 2023 18:36:06 +0800 Subject: [PATCH] 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96c130d..4ef5b13 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@bytedo/vue-live", "type": "module", - "version": "0.2.3", + "version": "0.3.1", "bin": { "vue-live": "index.js" },