From d7df23a8712de9a8d40e97e8665ca29c57f38211 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Sat, 15 Mar 2014 14:48:01 -0600 Subject: [PATCH] 0.7.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a6a6c55..dea6ece 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-newer", "description": "Run Grunt tasks with only those source files modified since the last successful run.", - "version": "0.6.1", + "version": "0.7.0", "homepage": "https://github.com/tschaub/grunt-newer", "author": { "name": "Tim Schaub",