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,