Bump version to 1.0.2
This commit is contained in:
parent
fa37a75d8c
commit
1c963cecd7
@ -27,7 +27,7 @@ To use getopt in your project you can just add it as a dependency in your
|
|||||||
```erlang
|
```erlang
|
||||||
{deps,
|
{deps,
|
||||||
[
|
[
|
||||||
{getopt, "1.0.1"}
|
{getopt, "1.0.2"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -1,10 +1,9 @@
|
|||||||
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*-
|
{application,getopt,
|
||||||
{application, getopt,
|
[{description,"Command-line options parser for Erlang"},
|
||||||
[{description, "Command-line options parser for Erlang"},
|
{vsn,"1.0.2"},
|
||||||
{vsn, "1.0.1"},
|
{modules,[]},
|
||||||
{modules, []},
|
{registered,[]},
|
||||||
{registered, []},
|
{maintainers,["Juan Jose Comellas"]},
|
||||||
{maintainers, ["Juan Jose Comellas"]},
|
{licenses,["BSD"]},
|
||||||
{licenses, ["BSD"]},
|
{links,[{"GitHub","https://github.com/jcomellas/getopt"}]},
|
||||||
{links, [{"GitHub", "https://github.com/jcomellas/getopt"}]},
|
{applications,[kernel,stdlib]}]}.
|
||||||
{applications, [kernel, stdlib]}]}.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user