move to rebar3 and bump version

This commit is contained in:
Tristan Sloughter 2015-06-22 12:17:01 -05:00
parent 2e23e43079
commit d726ba2742
7 changed files with 18 additions and 174 deletions

View file

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