Skip to content

Commit

Permalink
Version 0.4.1 (poanetwork#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
grumbach committed Jun 23, 2021
1 parent a7fbfa4 commit 4491863
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "threshold_crypto"
# REMINDER: Update version in `README.md` when incrementing:
version = "0.4.0"
version = "0.4.1"
authors = [
"Vladimir Komendantskiy <[email protected]>",
"Andreas Fackler <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ An [official security audit](https://github.com/poanetwork/wiki/wiki/Threshold-C

```toml
[dependencies]
threshold_crypto = { version = "0.4", git = "https://github.com/poanetwork/threshold_crypto" }
threshold_crypto = { version = "0.4.1", git = "https://github.com/poanetwork/threshold_crypto" }
```

`main.rs`:
Expand Down Expand Up @@ -103,7 +103,7 @@ by third-parties as representing the consensus of the network.
### Documentation

* [crate documentation](https://docs.rs/threshold_crypto/)
* [crates.io package](https://crates.io/crates/threshold_crypto)
* [crates.io package](https://crates.io/crates/threshold_crypto)

## Performance

Expand Down

0 comments on commit 4491863

Please sign in to comment.