Skip to content

Commit

Permalink
chore: update system version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Aug 4, 2023
1 parent 5fedc2f commit 2625984
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.1.0",
"version": "1.1.1",
"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.1.0'],
['sys.sys.version', 'V 1.1.1'],
];

0 comments on commit 2625984

Please sign in to comment.