From 2f9d798c4d8f4c91bec215df68bfcc3850caa34f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 11 Feb 2015 12:42:32 +0700 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ae5acd..4f4166a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-rev", - "version": "3.0.0", + "version": "3.0.1", "description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-098f6bcd.css", "license": "MIT", "repository": "sindresorhus/gulp-rev",