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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Mar 14, 2021
1 parent e21201e commit a817565
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.7-beta.1/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.7/dist/
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.6
git checkout v1.4.7
```

3、打包构建:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7-beta.1",
"version": "1.4.7",
"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,nofllow" />
<meta name="generator" content="Halo 1.4.7-beta.1" />
<meta name="generator" content="Halo 1.4.7" />
<link rel="icon" href="/favicon.ico" />
<title>Halo Dashboard</title>
<style>
Expand Down

0 comments on commit a817565

Please sign in to comment.