Skip to content

Commit

Permalink
Merge pull request #151 from suyuan32/dev
Browse files Browse the repository at this point in the history
chore: update version
  • Loading branch information
suyuan32 committed Dec 15, 2023
2 parents c297c0a + dd202ab commit 3777f32
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.2.4",
"version": "1.2.5",
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
"bugs": {
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
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.2.4'],
['sys.sys.version', 'V 1.2.5'],
];

0 comments on commit 3777f32

Please sign in to comment.