update to v3.2-pr4

This commit is contained in:
printempw 2016-12-11 22:39:04 +08:00
parent 325ea187e0
commit 27113f8b4b
4 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,7 @@ return [
| Version of Blessing Skin Server
|
*/
'version' => '3.2-pr3',
'version' => '3.2-pr4',
/*
|--------------------------------------------------------------------------

View File

@ -3,7 +3,7 @@
* @Author: printempw
* @Date: 2016-07-29 11:53:11
* @Last Modified by: printempw
* @Last Modified time: 2016-11-18 17:00:05
* @Last Modified time: 2016-12-11 22:42:05
*/
return [
@ -29,7 +29,7 @@ return [
'sign_after_zero' => '0',
'version' => '',
'check_update' => '1',
'update_source' => 'nyavm',
'update_source' => 'https://work.prinzeugen.net/update.json',
'copyright_text' => '<strong>Copyright &copy; 2016 <a href="{site_url}">{site_name}</a>.</strong> All rights reserved.',
'auto_del_invalid_texture' => '0',
'return_200_when_notfound' => '0',

View File

@ -3,9 +3,10 @@
* @Author: printempw
* @Date: 2016-11-18 16:25:35
* @Last Modified by: printempw
* @Last Modified time: 2016-11-18 16:33:32
* @Last Modified time: 2016-12-11 22:42:31
*/
Option::set('update_source', config('option')['update_source']);
Option::set('version', '3.2');
return [

View File

@ -1,6 +1,6 @@
{
"name": "blessing-skin-server",
"version": "3.2-pr3",
"version": "3.2-pr4",
"description": "Just a simple open-source Minecraft skin server written in PHP.",
"repository": {
"type": "git",