Skip to content

Commit

Permalink
chore: release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefan committed Oct 16, 2024
1 parent 27355af commit ff7908a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Admin 3

`admin3` 是一个基于 `Nuxt 3` 的后台管理模板,使用最新的`Nuxt 3``TypeScript``Vue 3``Pinia``Element-Plus``PrimeVue``Unocss` 等主流技术。

**当前版本:** 2.0.3
**当前版本:** 2.0.4

**演示地址:** [https://admin3.netlify.app/](https://admin3.netlify.app/)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "admin3",
"type": "module",
"version": "2.0.3",
"version": "2.0.4",
"anthor": "vampirefan",
"packageManager": "[email protected]",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default defineAppConfig({
title: 'Admin3 管理后台',
version: '2.0.3',
version: '2.0.4',
layout: 'default',
primePreset: 'Aura',
primaryColor: 'sky',
Expand Down

0 comments on commit ff7908a

Please sign in to comment.