mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
feat:预先修改版本号为 v2.1.1
This commit is contained in:
parent
863b0de034
commit
8b3613c851
@ -76,7 +76,7 @@ return [
|
||||
// 内容分发网络URL,末尾不带`/`
|
||||
'cdn_url' => '',
|
||||
// 版本号
|
||||
'version' => 'v2.1.0',
|
||||
'version' => 'v2.1.1',
|
||||
// 接口地址
|
||||
'api_url' => 'https://buildadmin.com',
|
||||
];
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "build-admin",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"license": "Apache-2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user