From b2d49f347ed1bce61000a82769bffc837b7c79dc Mon Sep 17 00:00:00 2001 From: David Chambers Date: Sat, 25 Mar 2017 22:16:21 +0100 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ce578e..bd15717 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Base64", - "version": "1.0.0", + "version": "1.0.1", "description": "Base64 encoding and decoding", "author": "David Chambers ", "main": "./base64.js",