From f01098d7bd7be2692d4a4398b46b9a37047b964f Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Wed, 15 Feb 2017 23:24:14 +0100 Subject: [PATCH] Bump version to 0.1.2. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8cad8f5..32d07b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lamport_sigs" -version = "1.0.0" +version = "0.1.2" authors = ["Frederic Jacobs "] description = "lamport_sigs is a Rust implementation of the Lamport one-time signature scheme." license = "BSD-3-Clause"