Skip to content

Commit

Permalink
release v1.0.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Feb 3, 2025
1 parent 8a45469 commit 350983a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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 = "zk_coinjoin_lib"
version = "1.0.1-beta"
version = "1.0.2-beta"
edition = "2021"
description = "ZK Proof library for Coinjoin"
homepage = "https://www.arealayer.net/projects"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To start using the ZK Proof SDK, add it to your Cargo.toml:

```Cargo.toml
[dependencies]
zk_coinjoin_lib = "1.0.1-beta"
zk_coinjoin_lib = "1.0.2-beta"
```

## Roadmap
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ currently being supported with security updates.
| ------- | ------------------ |
| 1.0.0-beta | :white_check_mark: |
| 1.0.1-beta | :white_check_mark: |
| 1.0.2-beta | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit 350983a

Please sign in to comment.