diff options
-rw-r--r-- | rebar.config | 2 | ||||
-rw-r--r-- | rebar.lock | 2 | ||||
-rw-r--r-- | src/relx.app.src | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rebar.config b/rebar.config index 8298de1..c2bcef7 100644 --- a/rebar.config +++ b/rebar.config @@ -1,7 +1,7 @@ %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*- %% Dependencies ================================================================ {deps, [{erlware_commons, "0.18.0"}, - {providers, "1.5.0"}, + {providers, "1.6.0"}, {getopt, "0.8.2"}, {bbmustache, "1.0.4"} ]}. @@ -1,4 +1,4 @@ [{<<"bbmustache">>,{pkg,<<"bbmustache">>,<<"1.0.4">>},0}, {<<"erlware_commons">>,{pkg,<<"erlware_commons">>,<<"0.18.0">>},0}, {<<"getopt">>,{pkg,<<"getopt">>,<<"0.8.2">>},0}, - {<<"providers">>,{pkg,<<"providers">>,<<"1.5.0">>},0}]. + {<<"providers">>,{pkg,<<"providers">>,<<"1.6.0">>},0}]. diff --git a/src/relx.app.src b/src/relx.app.src index 8329eb9..c8915d5 100644 --- a/src/relx.app.src +++ b/src/relx.app.src @@ -5,7 +5,7 @@ {registered,[]}, {applications,[kernel,stdlib,getopt,erlware_commons,bbmustache, providers]}, - {contributors,["Eric Merritt","Tristan Sloughter", - "Jordan Wilberding"]}, + {maintainers,["Eric Merritt","Tristan Sloughter", + "Jordan Wilberding"]}, {licenses,["Apache"]}, {links,[{"Github","https://github.com/erlware/relx"}]}]}. |