From 2e95a49fe1afa7482504d017b6f4473ea8bc6925 Mon Sep 17 00:00:00 2001 From: Lars-Magnus Skog Date: Wed, 23 May 2018 15:39:44 +0200 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a1b637..b50a9ce 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.1", + "version": "4.0.0", "contributors": [ "Rod Vagg (https://github.com/rvagg)", "John Chesley (https://github.com/chesles/)",