From 868f38c572a139554d111e1506f83e990120fe9f Mon Sep 17 00:00:00 2001 From: anday013 Date: Thu, 15 Aug 2024 18:31:03 +0200 Subject: [PATCH] chore: release 0.2.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f662c0d..5bb31bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-bcrypt-cpp", - "version": "0.1.0", + "version": "0.2.0", "description": "Next-gen React Native library for Bcrypt hashing, using pure C++ with Turbo Modules and multithreading for superior performance", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",