From b2eaa29b1e26711d54881780dd0b7d2dfc7be583 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Sat, 2 Dec 2023 15:24:15 +0800 Subject: [PATCH] chore: v4.3.0 --- README.md | 4 ++-- README.zh-CN.md | 4 ++-- package.json | 2 +- 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",