update to v3.0.3
This commit is contained in:
parent
0e3418dc56
commit
e75bd60fd8
|
|
@ -8,6 +8,6 @@
|
|||
|
|
||||
*/
|
||||
return [
|
||||
'version' => '3.0.2',
|
||||
'version' => '3.0.3',
|
||||
'locale' => 'zh-cn'
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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']);
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user