aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2017-11-29 17:50:08 -0600
committerBrian Warner <warner@lothar.com>2017-11-29 17:50:08 -0600
commit4448ccfe5a66ec2a2fa510f2750ca0507511c0b4 (patch)
tree267c5d131792bce6ac0c361aa65d23f159782003
parente014de2eaad5e2cf9aa3c7f3c7754566f5d37b57 (diff)
downloadPAKEs-4448ccfe5a66ec2a2fa510f2750ca0507511c0b4.tar.xz
(cargo-release) start next development iteration 0.0.4-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e25d153..944e995 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.0.3"
+version = "0.0.4-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"