From 6dfdcbe6eb3810a2b29147ad293e3e71a84b2c6d Mon Sep 17 00:00:00 2001 From: liyulin <501351981@qq.com> Date: Wed, 4 Jan 2023 14:46:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8lerna=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E6=8B=86=E5=8C=85=E5=8F=91=E5=B8=83?= 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 0244fee..10d2511 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-office", - "version": "0.0.6", + "version": "0.0.9", "description": "通过Vue开发的办公文档预览组件,支持docx、pdf、ppt、excel(已实现)的预览", "main": "lib/index.js", "author": "hit757",