Skip to content

Commit

Permalink
v0.0.9 released
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Aug 29, 2023
1 parent 8f8be76 commit febe120
Show file tree
Hide file tree
Showing 3 changed files with 3 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.8"
version = "0.0.9"
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.8",
"version": "0.0.9",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 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.8"
version = "0.0.9"
edition = "2021"
license = "AGPL-3.0-or-later"
description = "Threshold signing library based on Canetti-Gennaro-Goldfeder-Makriyannis-Peled '21 scheme"
Expand Down

0 comments on commit febe120

Please sign in to comment.