diff --git a/README.md b/README.md index 6897409..6a14c88 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ In general, the primitives provided by NaCl are intermediate-level primitives. R # Versions +### v0.13.0 + +* Quell warnings from the C code +* Add Ed 25519 utility API (Alexander Færøy) +* Add FreeBSD support for the NIF compilation (Ricardo Lanziano) + ### v0.12.1 * Provide the `priv` directory for being able to properly build without manual intervention. diff --git a/src/enacl.app.src b/src/enacl.app.src index 6385ab4..d6f5004 100644 --- a/src/enacl.app.src +++ b/src/enacl.app.src @@ -1,7 +1,7 @@ {application, enacl, [ {description, "Erlang NaCl bindings"}, - {vsn, "0.12.1"}, + {vsn, "0.13.0"}, {registered, []}, {applications, [kernel, stdlib]}, {env, []}