Skip to content

Commit

Permalink
Bump version in .app.src, remove deprecated maintainers field
Browse files Browse the repository at this point in the history
  • Loading branch information
jfacorro committed Jun 24, 2019
1 parent 66e932c commit b03d2d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/egithub.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
application, egithub,
[
{description, "GitHub API client"},
{vsn, "0.5.6"},
{vsn, "0.5.7"},
{applications, [kernel, stdlib, crypto, public_key, hackney, lager, jiffy]},
{mod, {egithub, []}},
{modules, []},
{registered, []},
{maintainers, ["Inaka"]},
{licenses, ["Apache 2.0"]},
{links, [{"Github", "https://github.com/inaka/erlang-github"}]},
{build_tools, ["rebar3"]}
Expand Down

0 comments on commit b03d2d5

Please sign in to comment.