summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--README.zh-CN.md4
-rw-r--r--package.json2
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 1436a7d..75a58dc 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,8 @@ China repository: [Gitee](https://gitee.com/un-pany/v3-admin-vite)
```bash
# configure
1. installation of the recommended plugins in the .vscode directory
-2. node version 16+
-3. pnpm version 8.x
+2. node version 18.x or 20+
+3. pnpm version 8.x or latest
# clone
git clone https://github.com/un-pany/v3-admin-vite.git
diff --git a/README.zh-CN.md b/README.zh-CN.md
index 1a907c2..f37d60b 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -65,8 +65,8 @@ V3 Admin Vite 是一个免费开源的中后台管理系统基础解决方案,
```bash
# 配置
1. 一键安装 .vscode 目录中推荐的插件
-2. node 版本 16+
-3. pnpm 版本 8.x
+2. node 版本 18.x 或 20+
+3. pnpm 版本 8.x 或最新版
# 克隆项目
git clone https://github.com/un-pany/v3-admin-vite.git
diff --git a/package.json b/package.json
index 83c4985..f998d19 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "v3-admin-vite",
- "version": "4.2.4",
+ "version": "4.3.0",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element Plus、Pinia 和 Vite 等主流技术",
"author": {
"name": "pany",