From 7cc3a81b5468ed0315cb4e46e12e4ed4301b075a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2017 22:08:28 -0600 Subject: [PATCH] v1.0.8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd8b7be..a0dad80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexdump.js", - "version": "1.0.7", + "version": "1.0.8", "description": "Like hexdump on *nix, but in JavaScript.", "main": "hexdump.js", "homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",