From cec4d9a131416ba680bed0a019d79c70c8594c4c Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Sat, 5 May 2018 12:12:18 +0200 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b71e689..f5ac685 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": "3.0.0", + "version": "3.0.1", "contributors": [ "Rod Vagg (https://github.com/rvagg)", "John Chesley (https://github.com/chesles/)",