From e2fc1d8e31207d07e0f36a083f7b7c2019020f7f Mon Sep 17 00:00:00 2001 From: yutent Date: Tue, 31 Jan 2023 19:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=88=B00.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/demo-config.js | 2 +- lib/demo-js.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/demo-config.js b/lib/demo-config.js index 674a067..d8de5b6 100644 --- a/lib/demo-config.js +++ b/lib/demo-config.js @@ -17,7 +17,7 @@ export function writePackageJson(file, name) { build: 'vue-live build' }, devDependencies: { - '@bytedo/vue-live': '^0.0.15' + '@bytedo/vue-live': '^0.1.0' } }, null, diff --git a/lib/demo-js.js b/lib/demo-js.js index dfe9cc4..40d2da4 100644 --- a/lib/demo-js.js +++ b/lib/demo-js.js @@ -61,7 +61,7 @@ import { reactive } from 'vue' const store = reactive({ foo: 'bar', - version: '0.0.6' + version: '0.1.0' }) export default function (app) { diff --git a/package.json b/package.json index cb59ca6..cd7315b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "create-vue-live", "type": "module", - "version": "0.0.16", + "version": "0.1.0", "bin": { "create-vue-live": "index.js" },