Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcomellas committed Aug 29, 2020
1 parent fa37a75 commit 1c963ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use getopt in your project you can just add it as a dependency in your
```erlang
{deps,
[
{getopt, "1.0.1"}
{getopt, "1.0.2"}
]
}
```
Expand Down
19 changes: 9 additions & 10 deletions src/getopt.app.src
Original file line number Diff line number Diff line change
@@ -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]}]}.

0 comments on commit 1c963ce

Please sign in to comment.