From 769a13dfa50c81643324ad952abc8c4199326780 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Tue, 23 May 2017 13:46:10 +0200 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35f3873..6e4a3b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "2.0.0", + "version": "2.0.1", "description": "Fast, robust Base64 encoder/decoder for Buffers in C++. Ignores whitespace. Detects corruption and truncation. Ships with extensive tests, a fuzz test and a benchmark.", "main": "index.js", "repository": {