Skip to content

Commit 388fda8

Browse files
chore: release 1.0.4
1 parent a784128 commit 388fda8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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.3):
40+
- QuickCrypto (1.0.4):
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: 5f79e9666dd9e65f3f39eaf6808642106354500c
2776+
QuickCrypto: cb517e667af2d80eff4c4f2063395190617dad0b
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.3",
3+
"version": "1.0.4",
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": "1.0.3",
42+
"react-native-quick-crypto": "1.0.4",
4343
"react-native-safe-area-context": "5.6.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.3",
2+
"version": "1.0.4",
33
"type": "module",
44
"scripts": {
55
"clang-format": "./scripts/clang-format.sh",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-quick-crypto",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
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",

0 commit comments

Comments
 (0)