diff --git a/config/app.php b/config/app.php index 39f8d411..a8ea503a 100644 --- a/config/app.php +++ b/config/app.php @@ -9,7 +9,7 @@ return [ | Version of Blessing Skin Server | */ - 'version' => '3.2-pr3', + 'version' => '3.2-pr4', /* |-------------------------------------------------------------------------- diff --git a/config/options.php b/config/options.php index 19c6f6d6..10529b74 100644 --- a/config/options.php +++ b/config/options.php @@ -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' => 'Copyright © 2016 {site_name}. All rights reserved.', 'auto_del_invalid_texture' => '0', 'return_200_when_notfound' => '0', diff --git a/database/update_scripts/update-3.1.1-to-3.2.php b/database/update_scripts/update-3.1.1-to-3.2.php index 8c476d99..0e896c2b 100644 --- a/database/update_scripts/update-3.1.1-to-3.2.php +++ b/database/update_scripts/update-3.1.1-to-3.2.php @@ -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 [ diff --git a/package.json b/package.json index dc1bcd60..a0de2b2a 100644 --- a/package.json +++ b/package.json @@ -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",