Merge pull request #4 from aeternity/make_v_1.0

Prepare for version 1.0.0
This commit is contained in:
Hans Svensson 2018-10-09 16:41:50 +02:00 committed by GitHub
commit 49b8047772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 6 deletions

View File

@ -1,5 +1,6 @@
{erl_opts, [debug_info]}.
{deps, [{enacl, ".*", {git, "https://github.com/aeternity/enacl.git", {ref, "2f50ba6"}}}]}.
{plugins, [rebar3_hex]}.
{deps, [{enacl, "0.17.2"}]}.
{profiles, [{test, [{deps, [{jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}]}]}
]}.

6
rebar.lock Normal file
View File

@ -0,0 +1,6 @@
{"1.1.0",
[{<<"enacl">>,{pkg,<<"enacl">>,<<"0.17.2">>},0}]}.
[
{pkg_hash,[
{<<"enacl">>, <<"4AD59142943E72D72C56E33C30DEDEF28ADD8EBEE79C51033562B0CB4B93EDE0">>}]}
].

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"}]}
]}.