Skip to content

Commit

Permalink
chore: release 1.0.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 22, 2025
1 parent 4e36481 commit 6713d79
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODS:
- ReactCommon/turbomodule/core
- Yoga
- OpenSSL-Universal (3.3.2000)
- QuickCrypto (1.0.0-beta.9):
- QuickCrypto (1.0.0-beta.10):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1938,9 +1938,9 @@ SPEC CHECKSUMS:
fmt: 10c6e61f4be25dc963c36bd73fc7b1705fe975be
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
NitroModules: c36d6f656038a56beb1b1bcab2d0252d71744013
NitroModules: 3a58d9bc70815a0d5de4476ed6a36eff05a6a0ae
OpenSSL-Universal: b60a3702c9fea8b3145549d421fdb018e53ab7b4
QuickCrypto: d0701f3b969cd67bb5034bd7ae644110e619ba29
QuickCrypto: 9db9b8128d72cfa9b8a355e78d1f5b64eeac35e4
RCT-Folly: 84578c8756030547307e4572ab1947de1685c599
RCTDeprecation: fde92935b3caa6cb65cbff9fbb7d3a9867ffb259
RCTRequired: 75c6cee42d21c1530a6f204ba32ff57335d19007
Expand Down
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-quick-crypto-example",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"private": true,
"type": "module",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-native-bouncy-checkbox": "4.0.1",
"react-native-nitro-modules": "0.21.0",
"react-native-quick-base64": "2.1.2",
"react-native-quick-crypto": "1.0.0-beta.9",
"react-native-quick-crypto": "1.0.0-beta.10",
"react-native-safe-area-context": "5.1.0",
"react-native-screens": "3.35.0",
"react-native-vector-icons": "^10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"scripts": {
"check-all": "./scripts/clang-format.sh",
"clean": "bun --filter='*' clean",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-quick-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-quick-crypto",
"version": "1.0.0-beta.9",
"version": "1.0.0-beta.10",
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
"type": "module",
"main": "lib/commonjs/index",
Expand Down

0 comments on commit 6713d79

Please sign in to comment.