diff --git a/Gulpfile.js b/Gulpfile.js index 339f0c5..8bb86e2 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -102,7 +102,7 @@ gulp.task('watch', function() { gulp.task('bump', function() { return gulp.src(['package.json', 'bower.json']) - .pipe(bump({ type: process.argv[4] || 'minor' })) + .pipe(bump({ type: process.argv[4] || 'patch' })) .pipe(gulp.dest('.')); });