Skip to content

Commit

Permalink
v0.0.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jul 12, 2023
1 parent 3dd14c1 commit 3db5280
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion synedrion-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "synedrion-wasm"
description = "Bindings for the Rust threshold signing library `synedrion`"
version = "0.0.4"
version = "0.0.6"
edition = "2021"
license = "AGPL-3.0-or-later"

Expand Down
2 changes: 1 addition & 1 deletion synedrion-wasm/package.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Bogdan Opanchuk <[email protected]>"
],
"description": "Bindings for the Rust threshold signing library `synedrion`",
"version": "0.0.3",
"version": "0.0.6",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion synedrion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "synedrion"
version = "0.0.5"
version = "0.0.6"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Threshold signing library based on Canetti-Gennaro-Goldfeder-Makriyannis-Peled '21 scheme"
Expand Down Expand Up @@ -31,3 +31,5 @@ num-bigint = "0.4"
num-integer = "0.1"
tokio = { version = "1", features = ["rt", "sync", "time", "macros"] }
rand = "0.8"

serde_json = "1.0"

0 comments on commit 3db5280

Please sign in to comment.