diff --git a/Cargo.lock b/Cargo.lock index 00baffb..775ea13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,7 +1372,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pivx-shield-rust" -version = "1.0.3" +version = "1.0.4" dependencies = [ "async_once", "console_error_panic_hook", diff --git a/Cargo.toml b/Cargo.toml index 1c64bf6..6d4102b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pivx-shield-rust" -version = "1.0.3" +version = "1.0.4" authors = ["Duddino ", "Alessandro Rezzi "] edition = "2021" description = "WASM library for interoperation with the PIVX Shield sapling protocol." diff --git a/js/package.json b/js/package.json index 52caf20..5f8b5c2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "pivx-shield", - "version": "1.0.7", + "version": "1.0.8", "description": "WASM library for interoperation with the PIVX Shield sapling protocol.", "files": [ "*" @@ -14,8 +14,8 @@ "dependencies": { "bs58": "^5.0.0", "comlink": "^4.4.1", - "pivx-shield-rust": "^1.0.2", - "pivx-shield-rust-multicore": "^1.0.2", + "pivx-shield-rust": "^1.0.4", + "pivx-shield-rust-multicore": "^1.0.4", "uuid": "^9.0.0", "wasm-feature-detect": "^1.5.1" },