From 8b3613c851bd5815325b0752b0b0a40f4dd6e895 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=99=E7=A0=81=E7=94=9F=E8=8A=B1?= <18523774412@qq.com> Date: Sun, 4 Aug 2024 06:23:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A2=84=E5=85=88=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA=20v2.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/buildadmin.php | 2 +- web/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/buildadmin.php b/config/buildadmin.php index 7e267a62..099f2a7d 100644 --- a/config/buildadmin.php +++ b/config/buildadmin.php @@ -76,7 +76,7 @@ return [ // 内容分发网络URL,末尾不带`/` 'cdn_url' => '', // 版本号 - 'version' => 'v2.1.0', + 'version' => 'v2.1.1', // 接口地址 'api_url' => 'https://buildadmin.com', ]; \ No newline at end of file diff --git a/web/package.json b/web/package.json index 89720853..d395ee01 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "build-admin", - "version": "2.1.0", + "version": "2.1.1", "license": "Apache-2.0", "type": "module", "scripts": {