Skip to content

Commit

Permalink
release: v8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xjh22222228 committed Jun 7, 2024
1 parent b9a2c49 commit e31f697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nav",
"version": "8.1.0",
"version": "8.2.0",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
Expand Down
2 changes: 1 addition & 1 deletion src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const LOGO_PATH = 'logo.png'

export const LOGO_CDN = getCDN('logo.png')

export const VERSION = '8.1.0'
export const VERSION = '8.2.0'

export const STORAGE_KEY_MAP = {
token: 'token',
Expand Down

0 comments on commit e31f697

Please sign in to comment.