Skip to content

Commit eb50e4a

Browse files
committed
chore: release 1.0.11
1 parent 133cef8 commit eb50e4a

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

bun.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ PODS:
6969
- ReactCommon/turbomodule/core
7070
- SocketRocket
7171
- Yoga
72-
- QuickCrypto (1.0.10):
72+
- QuickCrypto (1.0.11):
7373
- boost
7474
- DoubleConversion
7575
- fast_float
@@ -2811,7 +2811,7 @@ SPEC CHECKSUMS:
28112811
MMKVCore: f2dd4c9befea04277a55e84e7812f930537993df
28122812
NitroMmkv: afbc5b2fbf963be567c6c545aa1efcf6a9cec68e
28132813
NitroModules: 11bba9d065af151eae51e38a6425e04c3b223ff3
2814-
QuickCrypto: aad2c3dbe94e5eb4322d20e1bdccfa66464e2ae0
2814+
QuickCrypto: f248f062c9241343ee7f4507acb9ab5285b7c85b
28152815
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
28162816
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
28172817
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a

example/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-example",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"private": true,
55
"type": "module",
66
"scripts": {

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.10",
2+
"version": "1.0.11",
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.10",
3+
"version": "1.0.11",
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)