0.2.0: bump version

This commit is contained in:
K Shiva Kiran 2024-04-18 19:43:30 +05:30
parent 83af1a19a2
commit 1aa60592ba
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "false-bottom"
version = "0.1.0"
version = "0.2.0"
description = "A deniable encryption scheme"
repository = "https://codeberg.org/skran/false-bottom"
authors = ["K Shiva Kiran <shiva_kr@riseup.net>"]

View File

@ -10,7 +10,7 @@ Link to Technical Paper: [here](https://doi.org/10.1109/ACCESS.2023.3288285)
To use this library in your Rust program, add the following line under your `Cargo.toml` dependencies:
```toml
[dependencies]
false-bottom = "0.1.0"
false-bottom = "0.2.0"
```
Check out the [crates.io](https://crates.io/crates/false-bottom) page to check the latest version of this library.
Refer to the documentation at [docs.rs](https://docs.rs/false-bottom).