aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2018-08-20 21:54:04 -0700
committerBrian Warner <warner@lothar.com>2018-08-20 21:54:04 -0700
commit76dd73f9a9185e22775d57a186d15eb0ae3e79e9 (patch)
treee25073254630b04ac438dfa4f8dceb6545a6b27f
parent2fe67eb0f0c686923c5c4be15dddf7eb48775fdf (diff)
downloadPAKEs-76dd73f9a9185e22775d57a186d15eb0ae3e79e9.tar.xz
(cargo-release) start next development iteration 0.1.1-alpha.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6c1a2a..94c91e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "spake2"
-version = "0.1.0"
+version = "0.1.1-alpha.0"
authors = ["Brian Warner <warner@lothar.com>"]
description = "The SPAKE2 password-authenticated key-exchange algorithm, in Rust."
documentation = "https://docs.rs/spake2"