From 1aa60592badcafe4333239925e849163b14a5663 Mon Sep 17 00:00:00 2001 From: K Shiva Kiran Date: Thu, 18 Apr 2024 19:43:30 +0530 Subject: [PATCH] 0.2.0: bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f12b0e0..235b00a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/README.md b/README.md index 327ab83..5e226ee 100644 --- a/README.md +++ b/README.md @@ -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).