From abd78ecc360e43c2e1bc2c9a6f1e05d111009473 Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 27 Feb 2018 15:25:45 -0500 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb49a2b..9b850d5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "name": "mmmagic", - "version": "0.4.6", + "version": "0.5.0", "author": "Brian White ", "description": "An async libmagic binding for node.js for detecting content types by data inspection", "main": "./lib/index",