From 74575bcc72bb5bfc5929c08c58b6d7dffbbd093b Mon Sep 17 00:00:00 2001 From: SUZUKI Tetsuya Date: Sun, 7 Oct 2012 16:55:46 +0900 Subject: [PATCH] change version --- doc/overview.edoc | 2 +- src/sha3.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview.edoc b/doc/overview.edoc index 41de035..bd67a9a 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -1,7 +1,7 @@ @title SHA-3 for Erlang @author SUZUKI Tetsuya @copyright 2012- SUZUKI Tetsuya -@version 0.1.0 +@version 0.1.1 @reference Wikipedia: SHA-3 @reference NIST: Cryptographic Hash Algorithm Competition @reference The Keccak sponge function family diff --git a/src/sha3.app.src b/src/sha3.app.src index aee6773..5d0848c 100644 --- a/src/sha3.app.src +++ b/src/sha3.app.src @@ -1,7 +1,7 @@ {application, sha3, [ {description, ""}, - {vsn, "0.1.0"}, + {vsn, "0.1.1"}, {registered, []}, {applications, [ kernel,