Skip to content

Commit

Permalink
dep: update LWK to 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Vaccaro <[email protected]>
  • Loading branch information
lvaccaro committed Oct 18, 2024
1 parent c4a198a commit 25f2f1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lwk-rn-example",
"version": "0.0.1",
"version": "0.8.2",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
4 changes: 2 additions & 2 deletions lwk-rn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Pod::Spec.new do |s|

s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency 'lwkFFI', '0.0.1'
s.dependency 'LiquidWalletKit', '0.0.1'
s.dependency 'lwkFFI', '0.8.2'
s.dependency 'LiquidWalletKit', '0.8.2'

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
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": "lwk-rn",
"version": "0.1.1",
"version": "0.8.2",
"description": "Liquid Wallet Kit react native module",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down

0 comments on commit 25f2f1b

Please sign in to comment.