From d3ea2a788f642c31f7008d94c60b1c2e2c61b03f Mon Sep 17 00:00:00 2001 From: Sylvain Abadie Date: Tue, 19 Jul 2022 16:38:09 -0700 Subject: [PATCH] chore: release 3.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 823ffd7..095a836 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/react-native-leveldb", - "version": "3.0.10", + "version": "3.0.11", "description": "Superfast React Native bindings for LevelDB", "main": "lib/commonjs/index", "module": "lib/module/index",