From fc3216a4afd657252515e16f5bffbc48505b7fd9 Mon Sep 17 00:00:00 2001 From: Sylvain Abadie Date: Tue, 19 Jul 2022 15:00:31 -0700 Subject: [PATCH] chore: release 3.0.9 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 62c7697..ca28c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@frontapp/react-native-leveldb", - "version": "3.0.8", + "version": "3.0.9", "description": "Superfast React Native bindings for LevelDB", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -48,7 +48,7 @@ }, "homepage": "https://github.com/frontapp/react-native-leveldb#readme", "publishConfig": { - "registry":"https://npm.pkg.github.com" + "registry": "https://npm.pkg.github.com" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0",