Update grunt-bump min version and add bump:git

The latest version of grunt-bump adds bump:build and bump:git support
This commit is contained in:
Jacob Gable 2013-07-09 13:07:19 -05:00
parent 221345ff99
commit 63ba3c77ee
2 changed files with 2 additions and 2 deletions

View File

@ -280,7 +280,7 @@ var path = require('path'),
"sass:admin",
"handlebars",
"validate",
"bump",
"bump:git",
"updateCurrentPackageInfo",
"copy:nightly",
"compress:nightly"

View File

@ -33,7 +33,7 @@
"mocha": "~1.10.0",
"grunt-contrib-handlebars": "~0.5.9",
"grunt-contrib-watch": "~0.4.4",
"grunt-bump": "~0.0.2",
"grunt-bump": "~0.0.11",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compress": "~0.5.2",
"mocha-as-promised": "~1.4.0",