Merge pull request #4 from aeternity/make_v_1.0
Prepare for version 1.0.0
This commit is contained in:
commit
49b8047772
@ -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
6
rebar.lock
Normal file
@ -0,0 +1,6 @@
|
||||
{"1.1.0",
|
||||
[{<<"enacl">>,{pkg,<<"enacl">>,<<"0.17.2">>},0}]}.
|
||||
[
|
||||
{pkg_hash,[
|
||||
{<<"enacl">>, <<"4AD59142943E72D72C56E33C30DEDEF28ADD8EBEE79C51033562B0CB4B93EDE0">>}]}
|
||||
].
|
@ -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"}]}
|
||||
]}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user