Skip to content

Commit

Permalink
chore: release 1.0.0-beta.9
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Dec 18, 2024
1 parent bac7ec8 commit 468215c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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.8):
- QuickCrypto (1.0.0-beta.9):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -1940,7 +1940,7 @@ SPEC CHECKSUMS:
hermes-engine: 46f1ffbf0297f4298862068dd4c274d4ac17a1fd
NitroModules: 47399393665e69228b29a17f501c7b453679ccc0
OpenSSL-Universal: b60a3702c9fea8b3145549d421fdb018e53ab7b4
QuickCrypto: bfefd9c31dfac2e8900de7b84aed7bd227013730
QuickCrypto: 0b8c8760ad1da6b41758fbc844136c68958f04b6
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.8",
"version": "1.0.0-beta.9",
"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.18.2",
"react-native-quick-base64": "2.1.2",
"react-native-quick-crypto": "workspace:*",
"react-native-quick-crypto": "1.0.0-beta.9",
"react-native-safe-area-context": "4.14.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.8",
"version": "1.0.0-beta.9",
"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.8",
"version": "1.0.0-beta.9",
"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 468215c

Please sign in to comment.