From 1a2cee501a2c024929a8b87ec594caaa603836e7 Mon Sep 17 00:00:00 2001 From: Brad Anderson Date: Thu, 25 Apr 2024 11:36:45 -0400 Subject: [PATCH] chore: release 0.7.0-rc.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ea10b15..a3a8fd49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-quick-crypto", - "version": "0.7.0-rc.0", + "version": "0.7.0-rc.1", "description": "A fast implementation of Node's `crypto` module written in C/C++ JSI", "main": "lib/commonjs/index", "module": "lib/module/index",