From 3b5d2035e97821fec2a2c80d7204c35bded5a782 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 11 Nov 2017 09:30:09 +0100 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2429f3f4..24a90014 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "leveldown", "description": "A low-level Node.js LevelDB binding", - "version": "2.0.0", + "version": "2.0.1", "contributors": [ "Rod Vagg (https://github.com/rvagg)", "John Chesley (https://github.com/chesles/)",