Bump version to 1.0.1

This commit is contained in:
Juan Jose Comellas 2017-11-01 18:06:15 -03:00
parent d6eb06e2ba
commit 04673fb7fd
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ To use getopt in your project you can just add it as a dependency in your
```sh ```sh
{deps, {deps,
[ [
{getopt, "1.0.0"} {getopt, "1.0.1"}
] ]
} }
``` ```

View File

@ -1,7 +1,7 @@
%% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*- %% -*- 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.0"}, {vsn, "1.0.1"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{maintainers, ["Juan Jose Comellas"]}, {maintainers, ["Juan Jose Comellas"]},