From 63ba3c77eeaf22be52502fcd39168cdb5a3f385b Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Tue, 9 Jul 2013 13:07:19 -0500 Subject: [PATCH] Update grunt-bump min version and add bump:git The latest version of grunt-bump adds bump:build and bump:git support --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index c64fb43cb4..9d5b50905a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -280,7 +280,7 @@ var path = require('path'), "sass:admin", "handlebars", "validate", - "bump", + "bump:git", "updateCurrentPackageInfo", "copy:nightly", "compress:nightly" diff --git a/package.json b/package.json index 8922c73402..589c745f91 100644 --- a/package.json +++ b/package.json @@ -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",