Skip to content

Commit f08640b

Browse files
committed
release v1.0.4-alpha
1 parent fead7dc commit f08640b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ edition = "2021"
66
[dependencies]
77
payjoin = "0.21.0"
88

9-
[lib]
9+
[[bin]]
10+
11+
lib = true

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)