Prepare for version 1.0.0

This commit is contained in:
Hans Svensson
2018-10-09 16:15:24 +02:00
parent 71aac15db7
commit dc60c46fff
3 changed files with 12 additions and 6 deletions
+4 -5
View File
@@ -1,6 +1,6 @@
{application, enoise,
[{description, "An Erlang implementation of the Noise protocol"},
{vsn, "0.1.0"},
{vsn, "1.0.0"},
{registered, []},
{applications,
[kernel,
@@ -9,8 +9,7 @@
]},
{env,[]},
{modules, []},
{maintainers, []},
{licenses, []},
{links, []}
{maintainers, ["Hans Svensson"]},
{licenses, ["ISC"]},
{links, [{"Github", "https://github.com/aeternity/enoise"}]}
]}.