Bump version to 1.0.2
This commit is contained in:
+9
-10
@@ -1,10 +1,9 @@
|
||||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
||||
{application, getopt,
|
||||
[{description, "Command-line options parser for Erlang"},
|
||||
{vsn, "1.0.1"},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{maintainers, ["Juan Jose Comellas"]},
|
||||
{licenses, ["BSD"]},
|
||||
{links, [{"GitHub", "https://github.com/jcomellas/getopt"}]},
|
||||
{applications, [kernel, stdlib]}]}.
|
||||
{application,getopt,
|
||||
[{description,"Command-line options parser for Erlang"},
|
||||
{vsn,"1.0.2"},
|
||||
{modules,[]},
|
||||
{registered,[]},
|
||||
{maintainers,["Juan Jose Comellas"]},
|
||||
{licenses,["BSD"]},
|
||||
{links,[{"GitHub","https://github.com/jcomellas/getopt"}]},
|
||||
{applications,[kernel,stdlib]}]}.
|
||||
|
||||
Reference in New Issue
Block a user