Skip to content

Commit 0ed3fd2

Browse files
committed
config: bump version to v0.2.5-alpha
1 parent 58dfc53 commit 0ed3fd2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

fetch-libraries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.2.4-alpha
1+
VERSION=v0.2.5-alpha
22

33
ANDROID_ZIP_NAME=lnc-$VERSION-android.zip
44
IOS_ZIP_NAME=lnc-$VERSION-ios.zip

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-rn",
3-
"version": "0.2.4-alpha",
3+
"version": "0.2.5-alpha",
44
"description": "Lightning Node Connect npm module for React Native",
55
"main": "dist/commonjs/index.js",
66
"types": "dist/typescript/index.d.ts",
@@ -44,7 +44,7 @@
4444
},
4545
"homepage": "https://github.com/lightninglabs/lnc-rn#readme",
4646
"dependencies": {
47-
"@lightninglabs/lnc-core": "0.2.4-alpha"
47+
"@lightninglabs/lnc-core": "^0.2.5-alpha"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "7.18.10",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,10 +1181,10 @@
11811181
"@jridgewell/resolve-uri" "3.1.0"
11821182
"@jridgewell/sourcemap-codec" "1.4.14"
11831183

1184-
"@lightninglabs/[email protected].4-alpha":
1185-
version "0.2.4-alpha"
1186-
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.4-alpha.tgz#3864ea91cd57d3340ed250cdff9318ba6dbcfe6e"
1187-
integrity sha512-vZQJzMB5tWW/GFxUFyxrfDAGM8Q4jz55vjO4IJyp9Pk8fxBeYEyYJYF8+cJ9/9CKZ7fgX9MPp8m08oOVjJVlhQ==
1184+
"@lightninglabs/lnc-core@^0.2.5-alpha":
1185+
version "0.2.5-alpha"
1186+
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.5-alpha.tgz#4150b9d8002a8dac582edc6216581feb2b613196"
1187+
integrity sha512-mdofMCydpNLAf0Abwy81FsuOMIrUqsxR5kZ9Qzjp+E7bZdMntsKY3p0oqq/y3o/6hfrKN7Ornht42Cebc/i9Iw==
11881188

11891189
"@nodelib/[email protected]":
11901190
version "2.1.5"

0 commit comments

Comments
 (0)