From cd256d51b443448a245704e0667e8c0c56ea2460 Mon Sep 17 00:00:00 2001 From: Jonathan Ong Date: Sun, 17 May 2015 17:02:19 -0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a7ef706..f54fa2e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "file-is", "description": "Check the type of a file or buffer by inspecting its contents", - "version": "0.0.0", + "version": "1.0.0", "author": "Jonathan Ong (http://jongleberry.com)", "license": "MIT", "repository": "jonathanong/file-is",