release: 1.4.15 (#392)

pull/396/head
Ryan Wang 2021-12-06 16:10:38 +08:00 committed by GitHub
parent 1476443872
commit 596beb09c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.14/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.15/dist/
VUE_APP_API_URL=/

View File

@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本
```bash
git checkout v1.4.14
git checkout v1.4.15
```
3、打包构建

View File

@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.4.14",
"version": "1.4.15",
"author": "halo-dev",
"description": "Halo admin client.",
"repository": {