Skip to content

Commit

Permalink
Merge pull request #25 from lightninglabs/bump-version-v0.2.4
Browse files Browse the repository at this point in the history
deps: update lnc-core to v0.2.4-alpha
  • Loading branch information
jamaljsr committed Mar 31, 2023
2 parents f8657ac + d14c40a commit 58dfc53
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fetch-libraries.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=v0.2.3-alpha
VERSION=v0.2.4-alpha

ANDROID_ZIP_NAME=lnc-$VERSION-android.zip
IOS_ZIP_NAME=lnc-$VERSION-ios.zip
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightninglabs/lnc-rn",
"version": "0.2.3-alpha",
"version": "0.2.4-alpha",
"description": "Lightning Node Connect npm module for React Native",
"main": "dist/commonjs/index.js",
"types": "dist/typescript/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/lightninglabs/lnc-rn#readme",
"dependencies": {
"@lightninglabs/lnc-core": "0.2.3-alpha"
"@lightninglabs/lnc-core": "0.2.4-alpha"
},
"devDependencies": {
"@babel/core": "7.18.10",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1181,10 +1181,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@lightninglabs/lnc-core@0.2.3-alpha":
version "0.2.3-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.3-alpha.tgz#e1b92a9071d1dfb92e2d565710b56f28f57cbbd4"
integrity sha512-93D/uU64ayAaJv5kv4Pqwvkt+uT7yCtmHD08aUzvql+lbWm6U7m5loZLxz7tACFLXVPOQ8OHJL25W+3QMEYthg==
"@lightninglabs/lnc-core@0.2.4-alpha":
version "0.2.4-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.4-alpha.tgz#3864ea91cd57d3340ed250cdff9318ba6dbcfe6e"
integrity sha512-vZQJzMB5tWW/GFxUFyxrfDAGM8Q4jz55vjO4IJyp9Pk8fxBeYEyYJYF8+cJ9/9CKZ7fgX9MPp8m08oOVjJVlhQ==

"@nodelib/fs.scandir@2.1.5":
version "2.1.5"
Expand Down

0 comments on commit 58dfc53

Please sign in to comment.