From dc22609671717d7f4e8b4f6d26e73d2194b5fc68 Mon Sep 17 00:00:00 2001 From: seaweedchan Date: Tue, 23 Jul 2013 01:56:50 -0700 Subject: [PATCH] Update grunt-bump dependency This is necessary for the bump-only change. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a85b65c3b..4ac2e7865 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "grunt": "~0.4.1", - "grunt-bump": "~0.0.2", + "grunt-bump": "~0.0.11", "grunt-concurrent": "~0.2.0", "grunt-contrib-clean": "~0.4.1", "grunt-contrib-coffee": "~0.7.0",