From 993052af4a12cfed0418be41138a5eae60954db0 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 6 Sep 2013 18:33:49 -0600 Subject: [PATCH] 0.4.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9fa0833..2c7c8c0 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.4.0", + "version": "0.4.1", "homepage": "https://github.com/tschaub/grunt-newer", "author": { "name": "Tim Schaub",