Skip to content

Commit

Permalink
🔖 (0.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreedzt committed Feb 24, 2022
1 parent 3d2f47f commit 41850e9
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": "rwr-profile-web",
"version": "0.10.1",
"version": "0.11.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const USER_NAME_STORAGE_KEY = 'user_name';
export const USER_ADMIN_KEY = 'admin';

export const USER_ID_NOT_FOUND_MSG = '找不到用户信息';
export const VERSION = '0.10.1';
export const VERSION = '0.11.0';
export const API_PREFIX = '/api';

0 comments on commit 41850e9

Please sign in to comment.