From ebe1c8aff065bbdb481307dfd1e8c847c2384dc9 Mon Sep 17 00:00:00 2001 From: Joran Dirk Greef Date: Tue, 18 Apr 2017 13:15:08 +0200 Subject: [PATCH] 2.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eab35c7..35f3873 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ronomon/base64", - "version": "1.1.0", + "version": "2.0.0", "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": {