From b771103b2ac94f2f68771b58973f514882a13af2 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Mon, 8 Aug 2016 16:06:26 -0700 Subject: [PATCH] Bump to 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f173d36..e6332db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "isbinaryfile", "description": "Detects if a file is binary in Node.js. Similar to Perl's -B.", - "version": "3.0.0", + "version": "3.0.1", "devDependencies": { "mocha": "^2.2.4", "grunt": "~0.4.1",