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