We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca38fad + d1b97ac commit 6581ab2Copy full SHA for 6581ab2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simple-admin",
3
- "version": "1.3.3",
+ "version": "1.3.5",
4
"homepage": "https://github.com/suyuan32/simple-admin-backend-ui",
5
"bugs": {
6
"url": "https://github.com/suyuan32/simple-admin-backend-ui/issues"
src/views/dashboard/workbench/components/data.ts
@@ -52,5 +52,5 @@ export const navItems: NavItem[] = [
52
53
export const systemInfoData = [
54
['sys.sys.Name', 'Simple Admin'],
55
- ['sys.sys.version', 'V 1.3.3'],
+ ['sys.sys.version', 'V 1.3.5'],
56
];
0 commit comments