update to v3.2-pr3
This commit is contained in:
parent
5055deb3cb
commit
637189ddf6
@ -9,7 +9,7 @@ return [
|
||||
| Version of Blessing Skin Server
|
||||
|
|
||||
*/
|
||||
'version' => '3.2-pr2',
|
||||
'version' => '3.2-pr3',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: prpr
|
||||
* @Date: 2016-07-21 13:38:26
|
||||
* @Last Modified by: printempw
|
||||
* @Last Modified time: 2016-09-27 22:46:42
|
||||
* @Last Modified time: 2016-12-10 20:22:13
|
||||
*/
|
||||
|
||||
var gulp = require('gulp'),
|
||||
@ -99,6 +99,7 @@ gulp.task('zip', function() {
|
||||
// delete cache files
|
||||
del([
|
||||
'storage/logs/*',
|
||||
'storage/debugbar/*',
|
||||
'storage/yaml-translation/*',
|
||||
'storage/framework/cache/*',
|
||||
'storage/framework/sessions/*',
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "blessing-skin-server",
|
||||
"version": "3.1.2",
|
||||
"version": "3.2-pr3",
|
||||
"description": "Just a simple open-source Minecraft skin server written in PHP.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user