From 82c1a63adcf52e046bacce0d247524c1674b393e Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Wed, 18 Sep 2024 21:57:33 -0400 Subject: [PATCH] chore: release 0.7.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8abad09..6dce61b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-quick-crypto", - "version": "0.7.4", + "version": "0.7.5", "description": "A fast implementation of Node's `crypto` module written in C/C++ JSI", "packageManager": "bun@1.1.26", "main": "lib/commonjs/index",