Skip to content

Commit

Permalink
Merge pull request #42 from lightninglabs/2024-07-bump-lnc-rn-to-v0_3…
Browse files Browse the repository at this point in the history
…_2-alpha

Bump `lnc-rn` to `v0.3.2-alpha`
  • Loading branch information
ViktorTigerstrom committed Jul 30, 2024
2 parents 79657c7 + e7d0bc2 commit c12a073
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.3.1-alpha
VERSION=v0.3.2-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.3.1-alpha",
"version": "0.3.2-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.3.1-alpha"
"@lightninglabs/lnc-core": "^0.3.2-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 @@ -1539,10 +1539,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@lightninglabs/lnc-core@^0.3.1-alpha":
version "0.3.1-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.1-alpha.tgz#cfd6c0857a20013fb1819b40bd1158a2edc8bcf0"
integrity sha512-I/hThdItLWJ6RU8Z27ZIXhpBS2JJuD3+TjtaQXX2CabaUYXlcN4sk+Kx8N/zG/fk8qZvjlRWum4vHu4ZX554Fg==
"@lightninglabs/lnc-core@^0.3.2-alpha":
version "0.3.2-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.2-alpha.tgz#bde028a858a77d78af4885df8bd95b036103b736"
integrity sha512-H6tG+X9txCIdxTR+GPsbImzP2Juo+6Uvq/Ipaijd7xPISzgEU4J4GNE5PEHuIZqbnBo1RmpuXnFG6dmsl3PTzQ==

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

0 comments on commit c12a073

Please sign in to comment.