Skip to content

Commit

Permalink
Merge pull request #74 from panleone/master
Browse files Browse the repository at this point in the history
Bump to 1.1.1
  • Loading branch information
Duddino authored Dec 9, 2023
2 parents 6f2af24 + d87f6ac commit 88f019a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 15 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.4"
version = "1.1.0"
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
28 changes: 18 additions & 10 deletions js/package-lock.json

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

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.8",
"version": "1.1.1",
"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.4",
"pivx-shield-rust-multicore": "^1.0.4",
"pivx-shield-rust": "^1.1.0",
"pivx-shield-rust-multicore": "^1.1.0",
"uuid": "^9.0.0",
"wasm-feature-detect": "^1.5.1"
},
Expand Down

0 comments on commit 88f019a

Please sign in to comment.