Skip to content

Commit 0d87545

Browse files
committed
test3
1 parent ac99a95 commit 0d87545

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/chain-wallet-libs/bindings/wallet-wasm-js/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
license = "MIT OR Apache-2.0"
1010
name = "wallet-wasm-js"
1111
repository = "https://github.com/input-output-hk/catalyst-core"
12-
version = "0.8.2-test2"
12+
version = "0.8.2-test3"
1313

1414
[lib]
1515
crate-type = ["cdylib", "rlib"]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wallet-js",
3-
"version": "0.8.2-test2",
3+
"version": "0.8.2-test3",
44
"description": "Jormungandr wallet capabilities for Javascript",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -10,6 +10,6 @@
1010
},
1111
"license": "MIT",
1212
"dependencies": {
13-
"@catalyst-core/wallet-wasm-js": "0.8.2-test2"
13+
"@catalyst-core/wallet-wasm-js": "0.8.2-test3"
1414
}
1515
}

0 commit comments

Comments
 (0)