Skip to content

Commit c488707

Browse files
author
22388o
committed
release v1.0.5-alpha
1 parent a493f0c commit c488707

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rus-payjoin-rn"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "payjoin-react-native",
3-
"version": "1.0.4-alpha",
3+
"version": "1.0.5-alpha",
44
"description": "Library to Payjoin written in react native",
55
"main": "index.ts",
66
"scripts": {

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn main() {
99
.expect("Failed to parse URL");
1010

1111
// Convert URL to PjUri
12-
let pjuri = PjUri::from(&url).expect("Failed to create PjUri from URL");
12+
let pjuri = PjUri::from(&url).amount.label.message.expect("Failed to create PjUri from URL");
1313

1414
// Convert PjUri to string
1515
let pjuri_str = pjuri.to_string();

0 commit comments

Comments
 (0)