Skip to content

Commit af7a1a7

Browse files
committed
chore: upgrade version
1 parent 83b9a1c commit af7a1a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/simple-admin-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vben/simple-admin-core",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"homepage": "https://doc.ryansu.tech/",
55
"bugs": "https://github.com/suyuan32/simple-admin-vben5-ui/issues",
66
"repository": {

apps/simple-admin-core/src/views/dashboard/workbench/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function navTo(nav: WorkbenchProjectItem | WorkbenchQuickNavItem) {
8686
<div class="mt-5 flex flex-col lg:flex-row">
8787
<div class="mr-4 w-full lg:w-3/5">
8888
<Card :title="$t('sys.sys.version')">
89-
<TypographyTitle :level="5"> Simple Admin v1.6.5 </TypographyTitle>
89+
<TypographyTitle :level="5"> Simple Admin v1.6.6 </TypographyTitle>
9090
</Card>
9191
</div>
9292
<div class="w-full lg:w-2/5">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-admin-vben5-ui",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"private": true,
55
"keywords": [
66
"monorepo",

0 commit comments

Comments
 (0)