From 794e24e69fb791e3eeaeb9c4d79d6aa7f80bb435 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 28 Mar 2020 15:45:50 +0800 Subject: [PATCH] release: 1.3.1 --- .env.jsdelivr | 2 +- package-lock.json | 2 +- package.json | 2 +- public/index.html | 2 +- .../sheet/components/SheetSettingDrawer.vue | 2 +- src/views/system/Installation.vue | 25 ++++++++++++------- 6 files changed, 21 insertions(+), 14 deletions(-) diff --git a/.env.jsdelivr b/.env.jsdelivr index d1a0cded9..c169b979b 100644 --- a/.env.jsdelivr +++ b/.env.jsdelivr @@ -1,2 +1,2 @@ NODE_ENV=production -PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.3.0/dist/ \ No newline at end of file +PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.3.1/dist/ \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fd029cb53..468bfb883 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "halo-admin", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f87bc525e..d11ac5654 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-admin", - "version": "1.3.0", + "version": "1.3.1", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", diff --git a/public/index.html b/public/index.html index 4ffdc8743..ce2673e5d 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - + Halo Dashboard