From ff17369de2fba33929cacf10cee6b6b2d351a8dc Mon Sep 17 00:00:00 2001 From: Huan LI Date: Tue, 18 Feb 2020 00:07:21 +0800 Subject: [PATCH] 0.18.21 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc4aa22..04ff77e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flash-store", - "version": "0.18.20", + "version": "0.18.21", "description": "FlashStore is a Key-Value persistent storage with easy to use ES6 Map-like API(both Async and Sync support), powered by LevelDB and TypeScript.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",