Bump version to v3.4.0

This commit is contained in:
printempw 2018-02-24 21:52:45 +08:00
parent f0c598c11c
commit 073748e50b
3 changed files with 11 additions and 2 deletions

View File

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

View File

@ -0,0 +1,9 @@
<?php
Option::set('version', '3.4.0');
return [
'此版本中插件 API 变化较大,升级完成后务必将您目前正在使用的插件更新至【最新版本】',
'升级完成后请手动删除 storage/framework/views 目录下的缓存文件(如果它们没有被自动删除的话)',
'升级完成后请【务必】清空你的浏览器缓存,否则可能会出现奇怪的问题'
];

View File

@ -1,6 +1,6 @@
{
"name": "blessing-skin-server",
"version": "3.3.2",
"version": "3.4.0",
"description": "A web application brings your custom skins back in offline Minecraft servers.",
"repository": {
"type": "git",