Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.3 #17

Merged
merged 2 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- boost (1.83.0)
- CocoaAsyncSocket (7.6.5)
- DoubleConversion (1.1.6)
- eudi-wallet-kit-react-native (0.1.2):
- eudi-wallet-kit-react-native (0.1.3):
- AnyCodable-FlightSchool
- glog
- RCT-Folly (= 2022.05.16.00)
Expand Down Expand Up @@ -1365,7 +1365,7 @@ SPEC CHECKSUMS:
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
eudi-wallet-kit-react-native: 97ff1b8166adc6b8ca76acc5aa584aa1697b37c3
eudi-wallet-kit-react-native: 0479e2cd1a2e3eb01990b83126e8663830b25669
FBLazyVector: f64d1e2ea739b4d8f7e4740cde18089cd97fe864
FBReactNativeSpec: 9f2b8b243131565335437dba74923a8d3015e780
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openwallet-foundation/eudi-wallet-kit-react-native",
"version": "0.1.2",
"version": "0.1.3",
"description": "React Native wrapper for EUDI wallet reference libraries",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
Loading