Skip to content

Commit

Permalink
Bump to 1.0.8 and 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
panleone committed Nov 13, 2023
1 parent af78702 commit 2a8dd09
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pivx-shield-rust"
version = "1.0.3"
version = "1.0.4"
authors = ["Duddino <duddino@duddino.com>", "Alessandro Rezzi <alessandrorezzi2000@gmail.com>"]
edition = "2021"
description = "WASM library for interoperation with the PIVX Shield sapling protocol."
Expand Down
6 changes: 3 additions & 3 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -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": [
"*"
Expand All @@ -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"
},
Expand Down

0 comments on commit 2a8dd09

Please sign in to comment.