feat:预先修改版本号为 v2.1.1

This commit is contained in:
妙码生花 2024-08-04 06:23:12 +08:00
parent 863b0de034
commit 8b3613c851
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ return [
// 内容分发网络URL末尾不带`/` // 内容分发网络URL末尾不带`/`
'cdn_url' => '', 'cdn_url' => '',
// 版本号 // 版本号
'version' => 'v2.1.0', 'version' => 'v2.1.1',
// 接口地址 // 接口地址
'api_url' => 'https://buildadmin.com', 'api_url' => 'https://buildadmin.com',
]; ];

View File

@ -1,6 +1,6 @@
{ {
"name": "build-admin", "name": "build-admin",
"version": "2.1.0", "version": "2.1.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module", "type": "module",
"scripts": { "scripts": {