From efa401f4dc6eae5ffc9b9752f38d4635d280dc80 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sat, 11 Nov 2017 15:47:13 +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 c3f99ef..8e0eacc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "level", "description": "Fast & simple storage - a Node.js-style LevelDB wrapper (a convenience package bundling LevelUP & LevelDOWN)", - "version": "2.0.0", + "version": "2.0.1", "contributors": [ "Rod Vagg (https://github.com/rvagg)", "John Chesley (https://github.com/chesles/)",