diff --git a/src/erlang_localtime.app.src b/src/erlang_localtime.app.src index 98bffaa..3f6fb0e 100644 --- a/src/erlang_localtime.app.src +++ b/src/erlang_localtime.app.src @@ -1,11 +1,12 @@ {application, 'erlang_localtime', [ {description, "Erlang library for conversion from one local time to another"}, - {vsn, "1.0"}, + {vsn, "1.0.0"}, {applications, [kernel, stdlib]}, {modules, []}, {registered, []}, {env, []}, + {maintainers, ["Jesse Gumm", "Heinz N. Gies"]}, {licenses, ["BSD"]}, {links, [{"Github", "https://github.com/choptastic/erlang_localtime"}]} ]}.