Skip to content

Commit

Permalink
chore: upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Feb 6, 2025
1 parent 2ec260e commit b9ea723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ import type {
WorkbenchQuickNavItem,
} from '@vben/common-ui';
import { useRouter } from 'vue-router';
import { WorkbenchQuickNav } from '@vben/common-ui';
import { $t } from '@vben/locales';
import { useRouter } from 'vue-router';
// import { useUserStore } from '@vben/stores';
import { openWindow } from '@vben/utils';
import { Card, TypographyTitle } from 'ant-design-vue';
// const userStore = useUserStore();
Expand Down Expand Up @@ -88,7 +86,7 @@ function navTo(nav: WorkbenchProjectItem | WorkbenchQuickNavItem) {
<div class="mt-5 flex flex-col lg:flex-row">
<div class="mr-4 w-full lg:w-3/5">
<Card :title="$t('sys.sys.version')">
<TypographyTitle :level="5"> Simple Admin v1.6.2 </TypographyTitle>
<TypographyTitle :level="5"> Simple Admin v1.6.3 </TypographyTitle>
</Card>
</div>
<div class="w-full lg:w-2/5">
Expand Down
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-vben5-ui",
"version": "1.6.2",
"version": "1.6.3",
"private": true,
"keywords": [
"monorepo",
Expand Down

0 comments on commit b9ea723

Please sign in to comment.