Prepare for version 1.0.0
This commit is contained in:
parent
71aac15db7
commit
dc60c46fff
@ -1,5 +1,6 @@
|
|||||||
{erl_opts, [debug_info]}.
|
{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"}}}]}]}
|
{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,
|
{application, enoise,
|
||||||
[{description, "An Erlang implementation of the Noise protocol"},
|
[{description, "An Erlang implementation of the Noise protocol"},
|
||||||
{vsn, "0.1.0"},
|
{vsn, "1.0.0"},
|
||||||
{registered, []},
|
{registered, []},
|
||||||
{applications,
|
{applications,
|
||||||
[kernel,
|
[kernel,
|
||||||
@ -9,8 +9,7 @@
|
|||||||
]},
|
]},
|
||||||
{env,[]},
|
{env,[]},
|
||||||
{modules, []},
|
{modules, []},
|
||||||
|
{maintainers, ["Hans Svensson"]},
|
||||||
{maintainers, []},
|
{licenses, ["ISC"]},
|
||||||
{licenses, []},
|
{links, [{"Github", "https://github.com/aeternity/enoise"}]}
|
||||||
{links, []}
|
|
||||||
]}.
|
]}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user