Skip to content

Commit

Permalink
Merge pull request #48 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: update system version
  • Loading branch information
suyuan32 committed May 15, 2023
2 parents 13270f6 + f890eb7 commit 3f767b6
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": "simple-admin",
"version": "1.0.3",
"version": "1.0.5",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issue"
Expand Down
2 changes: 1 addition & 1 deletion src/views/dashboard/workbench/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ export const navItems: NavItem[] = [

export const systemInfoData = [
['sys.sys.Name', 'Simple Admin'],
['sys.sys.version', 'V 1.0.4'],
['sys.sys.version', 'V 1.0.5'],
];

0 comments on commit 3f767b6

Please sign in to comment.