mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
feat:预先修改版本号为 v2.1.1
This commit is contained in:
parent
863b0de034
commit
8b3613c851
@ -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',
|
||||||
];
|
];
|
@ -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": {
|
||||||
|
Loading…
Reference in New Issue
Block a user