update to v3.0.2
This commit is contained in:
parent
013edd87ac
commit
c6cedc8ca3
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "blessing-skin-server",
|
"name": "blessing-skin-server",
|
||||||
"version": "3.0.1",
|
"version": "3.0.2",
|
||||||
"description": "Just a simple open-source Minecraft skin server written in PHP.",
|
"description": "Just a simple open-source Minecraft skin server written in PHP.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
@ -3,7 +3,18 @@
|
|||||||
* @Author: printempw
|
* @Author: printempw
|
||||||
* @Date: 2016-08-11 13:08:13
|
* @Date: 2016-08-11 13:08:13
|
||||||
* @Last Modified by: printempw
|
* @Last Modified by: printempw
|
||||||
* @Last Modified time: 2016-08-11 13:15:35
|
* @Last Modified time: 2016-08-11 13:25:23
|
||||||
*/
|
*/
|
||||||
|
|
||||||
echo "shit";
|
$options = [
|
||||||
|
'avatar_query_string' => '0',
|
||||||
|
'version' => '',
|
||||||
|
'check_update' => '1',
|
||||||
|
'update_source' => 'github'
|
||||||
|
];
|
||||||
|
|
||||||
|
foreach ($options as $key => $value) {
|
||||||
|
Option::add($key, $value);
|
||||||
|
}
|
||||||
|
|
||||||
|
Option::set('version', '3.0.2');
|
||||||
|
Loading…
Reference in New Issue
Block a user