From 283d9e7cc3a20a8d4d9ecae4b43a9da0ecba6639 Mon Sep 17 00:00:00 2001 From: Stephen Oliver Date: Tue, 19 Sep 2017 20:56:22 -0400 Subject: [PATCH] v0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2715545..e242eae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bip39" -version = "0.3.0" +version = "0.4.0" authors = [ "Stephen Oliver " ] license = "MIT/Apache-2.0" homepage = "https://github.com/infincia/bip39-rs/"