diff --git a/ebin/getopt.app b/ebin/getopt.app index 085ae04..77be3f5 100644 --- a/ebin/getopt.app +++ b/ebin/getopt.app @@ -2,6 +2,7 @@ {application, getopt, [{description, "Options parser for Erlang"}, - {vsn, "0.1"}, + {vsn, "0.1.1"}, {modules, [getopt]}, + {registered, []}, {applications, [kernel, stdlib]}]}.