From bda6e32b04e7ca431a8c8f1246bb24d5821853a3 Mon Sep 17 00:00:00 2001 From: hunlongyu Date: Tue, 28 Apr 2020 16:52:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=82=20=E6=96=B0=E6=97=A7=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=B9=B6=E4=B8=8D=E4=BC=9A=E8=A6=86=E7=9B=96=E5=AE=89?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- vue.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 534e007..53085ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zyplayer", - "version": "0.9.13", + "version": "0.9.14", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/vue.config.js b/vue.config.js index b32dfbc..24eda72 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,7 +11,7 @@ module.exports = { oneClick: false, allowToChangeInstallationDirectory: true }, - productName: 'ZY Player' + productName: 'ZY Player 内测版' } } }