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 [ return [
'version' => '3.0.2', 'version' => '3.0.3',
'locale' => 'zh-cn' 'locale' => 'zh-cn'
]; ];

View File

@ -2,7 +2,7 @@
* @Author: prpr * @Author: prpr
* @Date: 2016-07-21 13:38:26 * @Date: 2016-07-21 13:38:26
* @Last Modified by: printempw * @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'), var gulp = require('gulp'),
@ -192,7 +192,7 @@ gulp.task('zip', function() {
'!.sass-cache/' '!.sass-cache/'
], { dot: true }) ], { dot: true })
.pipe(zip('blessing-skin-server-v'+version+'.zip')) .pipe(zip('blessing-skin-server-v'+version+'.zip'))
.pipe(gulp.dest('./')); .pipe(gulp.dest('../'));
}); });
gulp.task('default', ['copy']); gulp.task('default', ['copy']);

View File

@ -1,6 +1,6 @@
{ {
"name": "blessing-skin-server", "name": "blessing-skin-server",
"version": "3.0.2", "version": "3.0.3",
"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",