From b03d2d588a2d663f19acf0fecbc483bce14148f8 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Mon, 24 Jun 2019 23:39:22 +0200 Subject: [PATCH] Bump version in .app.src, remove deprecated maintainers field --- src/egithub.app.src | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/egithub.app.src b/src/egithub.app.src index 657e90c..b384487 100644 --- a/src/egithub.app.src +++ b/src/egithub.app.src @@ -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"]}