Skip to content

Commit

Permalink
Fix bump gulp task
Browse files Browse the repository at this point in the history
  • Loading branch information
compwright committed May 20, 2017
1 parent d66b306 commit e0fff83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function bumpTask(complete) {
name: 'version',
message: 'What version update would you like?',
choices: choices
}, function(res) {
}).then(function(res) {
var increment = res.version.split(' ')[0],
newVersion = semver.inc(package.version, increment);

Expand Down

0 comments on commit e0fff83

Please sign in to comment.