From 73d9a03d944ca2754b0c2be49930a98a77f0ffca Mon Sep 17 00:00:00 2001 From: Huan LI Date: Wed, 27 Jun 2018 10:36:41 +0800 Subject: [PATCH] 0.5.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c70b206..7732366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flash-store", - "version": "0.5.6", + "version": "0.5.7", "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": "bundles/flash-store.umd.js", "types": "dist/index.d.ts",