更新版本号

pull/87/MERGE v1.0.0.20181210_beta
Karson 2018-12-10 10:31:44 +08:00
parent 7e831339c8
commit 83330796a3
2 changed files with 3 additions and 3 deletions

View File

@ -272,7 +272,7 @@ return [
//自动检测更新 //自动检测更新
'checkupdate' => false, 'checkupdate' => false,
//版本号 //版本号
'version' => '1.0.0.20181127_beta', 'version' => '1.0.0.20181210_beta',
//API接口地址 //API接口地址
'api_url' => 'https://api.fastadmin.net', 'api_url' => 'https://api.fastadmin.net',
], ],

View File

@ -6,7 +6,7 @@
"fastadmin", "fastadmin",
"thinkphp" "thinkphp"
], ],
"homepage": "http://www.fastadmin.net/", "homepage": "https://www.fastadmin.net/",
"license": "Apache-2.0", "license": "Apache-2.0",
"authors": [ "authors": [
{ {
@ -16,7 +16,7 @@
], ],
"require": { "require": {
"php": ">=5.4.0", "php": ">=5.4.0",
"topthink/framework": "~5.0.14", "topthink/framework": "~5.0.23",
"overtrue/wechat": "~3.1", "overtrue/wechat": "~3.1",
"endroid/qr-code": "^1.9", "endroid/qr-code": "^1.9",
"topthink/think-captcha": "^1.0", "topthink/think-captcha": "^1.0",