Bump version to v3.4.0
This commit is contained in:
parent
f0c598c11c
commit
073748e50b
|
|
@ -9,7 +9,7 @@ return [
|
||||||
| Version of Blessing Skin Server
|
| Version of Blessing Skin Server
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'version' => '3.3.2',
|
'version' => '3.4.0',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
|
||||||
9
database/update_scripts/update-3.3.2-to-3.4.0.php
Normal file
9
database/update_scripts/update-3.3.2-to-3.4.0.php
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
Option::set('version', '3.4.0');
|
||||||
|
|
||||||
|
return [
|
||||||
|
'此版本中插件 API 变化较大,升级完成后务必将您目前正在使用的插件更新至【最新版本】',
|
||||||
|
'升级完成后请手动删除 storage/framework/views 目录下的缓存文件(如果它们没有被自动删除的话)',
|
||||||
|
'升级完成后请【务必】清空你的浏览器缓存,否则可能会出现奇怪的问题'
|
||||||
|
];
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "blessing-skin-server",
|
"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.",
|
"description": "A web application brings your custom skins back in offline Minecraft servers.",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user