Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.4.17 (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Jan 11, 2022
1 parent a41b175 commit 6db4111
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].16/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].17/dist/
VUE_APP_API_URL=/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本:

```bash
git checkout v1.4.16
git checkout v1.4.17
```

3、打包构建:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.4.16",
"version": "1.4.17",
"author": "halo-dev",
"description": "Halo admin client.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="robots" content="noindex,nofollow" />
<meta name="generator" content="Halo 1.4.16" />
<meta name="generator" content="Halo 1.4.17" />
<link rel="icon" href="/favicon.ico" />
<title>Halo Dashboard</title>
<style>
Expand Down

0 comments on commit 6db4111

Please sign in to comment.