Skip to content

Commit 6581ab2

Browse files
authored
Merge pull request #178 from suyuan32/dev
chore: update version
2 parents ca38fad + d1b97ac commit 6581ab2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-admin",
3-
"version": "1.3.3",
3+
"version": "1.3.5",
44
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
55
"bugs": {
66
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"

src/views/dashboard/workbench/components/data.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ export const navItems: NavItem[] = [
5252

5353
export const systemInfoData = [
5454
['sys.sys.Name', 'Simple Admin'],
55-
['sys.sys.version', 'V 1.3.3'],
55+
['sys.sys.version', 'V 1.3.5'],
5656
];

0 commit comments

Comments
 (0)