Skip to content

Commit

Permalink
new minor v0.3.0.
Browse files Browse the repository at this point in the history
Fixes #8
  • Loading branch information
AlbertoSvg committed Sep 20, 2024
1 parent df359c6 commit 3a86868
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,6 +1,6 @@
[package]
name = "zkryptium"
version = "0.2.3"
version = "0.3.0"
edition = "2021"
license = "Apache-2.0"
authors = ["LINKS Foundation"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ This library enables the creation of zero-knowledge proofs, exposing cryptograph

```toml
[dependencies]
zkryptium = { version = "0.2.3", default-features = false, features = ["bbsplus"] }
zkryptium = { version = "0.3.0", default-features = false, features = ["bbsplus"] }
```

##### CL2003:
- see the **requirements** above

```toml
[dependencies]
zkryptium = { version = "0.2.3", default-features = false, features = ["cl03"] }
zkryptium = { version = "0.3.0", default-features = false, features = ["cl03"] }
```

### Examples
Expand Down

0 comments on commit 3a86868

Please sign in to comment.