Skip to content

Commit be541d6

Browse files
chore: release 1.0.2
1 parent 5cceb96 commit be541d6

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ PODS:
3737
- ReactCommon/turbomodule/core
3838
- SocketRocket
3939
- Yoga
40-
- QuickCrypto (1.0.1):
40+
- QuickCrypto (1.0.2):
4141
- boost
4242
- DoubleConversion
4343
- fast_float
@@ -2773,7 +2773,7 @@ SPEC CHECKSUMS:
27732773
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27742774
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
27752775
NitroModules: 1715fe0e22defd9e2cdd48fb5e0dbfd01af54bec
2776-
QuickCrypto: 2f6d1588cda78b7b4daf5213c5fad3437d99616f
2776+
QuickCrypto: ebcb9b67c80c1e778aeee843da84b2cb14d4d7a4
27772777
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
27782778
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
27792779
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto-example",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {
@@ -39,7 +39,7 @@
3939
"react-native-fast-encoder": "0.3.1",
4040
"react-native-nitro-modules": "0.29.1",
4141
"react-native-quick-base64": "2.2.2",
42-
"react-native-quick-crypto": "workspace:*",
42+
"react-native-quick-crypto": "1.0.2",
4343
"react-native-safe-area-context": "^5.2.2",
4444
"react-native-screens": "4.18.0",
4545
"react-native-vector-icons": "^10.3.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.1",
2+
"version": "1.0.2",
33
"type": "module",
44
"scripts": {
55
"clang-format": "./scripts/clang-format.sh",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
@@ -153,4 +153,4 @@
153153
"nitro-codegen",
154154
"react-native-nitro-modules"
155155
]
156-
}
156+
}

0 commit comments

Comments
 (0)