From 3b4e28706a8946987ba02f98e1f816d9fa156dad Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 9 Aug 2022 02:18:42 +0530 Subject: [PATCH] feat & fix: bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b119ea6..6466b76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pow_sha256" -version = "0.2.1" +version = "0.3.1" authors = [ "Aravinth Manivannan ", "Robert Kornacki "] description = """ SHA256 PoW on any serializable datatype used in mCaptcha diff --git a/README.md b/README.md index 67ba578..aebe397 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ -**NOTE: All versions prior to 0.2.1 produce broken PoWs, upgrade to +**NOTE: All versions prior to 0.3.1 produce broken PoWs, upgrade to latest version** > pow_sha256's copy of `pow_sha256` by