update to v3.0.3

This commit is contained in:
printempw 2016-08-20 21:59:09 +08:00
parent 0e3418dc56
commit e75bd60fd8
3 changed files with 4 additions and 4 deletions

View File

@ -8,6 +8,6 @@
|
*/
return [
'version' => '3.0.2',
'version' => '3.0.3',
'locale' => 'zh-cn'
];

View File

@ -2,7 +2,7 @@
* @Author: prpr
* @Date: 2016-07-21 13:38:26
* @Last Modified by: printempw
* @Last Modified time: 2016-08-14 13:33:51
* @Last Modified time: 2016-08-20 21:58:50
*/
var gulp = require('gulp'),
@ -192,7 +192,7 @@ gulp.task('zip', function() {
'!.sass-cache/'
], { dot: true })
.pipe(zip('blessing-skin-server-v'+version+'.zip'))
.pipe(gulp.dest('./'));
.pipe(gulp.dest('../'));
});
gulp.task('default', ['copy']);

View File

@ -1,6 +1,6 @@
{
"name": "blessing-skin-server",
"version": "3.0.2",
"version": "3.0.3",
"description": "Just a simple open-source Minecraft skin server written in PHP.",
"repository": {
"type": "git",