Skip to content

Commit 5bb8090

Browse files
author
Brad Anderson
committed
chore: release 1.0.0-beta.3
1 parent 11e4d63 commit 5bb8090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.0-beta.1",
2+
"version": "1.0.0-beta.3",
33
"scripts": {
44
"check-all": "./scripts/clang-format.sh",
55
"nitro": "cd packages/react-native-quick-crypto && bunx nitro-codegen",

packages/react-native-quick-crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0-beta.3",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"type": "module",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)