move to rebar3 and bump version
This commit is contained in:
parent
2e23e43079
commit
d726ba2742
7 changed files with 18 additions and 174 deletions
|
@ -1,7 +1,13 @@
|
|||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
||||
{application, erlware_commons,
|
||||
[{description, "Additional standard library for Erlang"},
|
||||
{vsn, "semver"},
|
||||
{vsn, "0.13.0"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{applications, [kernel, stdlib]}]}.
|
||||
{applications, [kernel, stdlib]},
|
||||
|
||||
{contributors,["Eric Merritt", "Tristan Sloughter",
|
||||
"Jordan Wilberding", "Martin Logan"]},
|
||||
{licenses, ["Apache"]},
|
||||
{links, [{"Github","https://github.com/erlware/erlware_commons"}]}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue