From 04673fb7fd7e352449181a8b794a4b8f86a02508 Mon Sep 17 00:00:00 2001 From: Juan Jose Comellas Date: Wed, 1 Nov 2017 18:06:15 -0300 Subject: [PATCH] Bump version to 1.0.1 --- README.md | 2 +- src/getopt.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7a9207..dd5f5b6 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To use getopt in your project you can just add it as a dependency in your ```sh {deps, [ - {getopt, "1.0.0"} + {getopt, "1.0.1"} ] } ``` diff --git a/src/getopt.app.src b/src/getopt.app.src index 0c62608..46dd341 100644 --- a/src/getopt.app.src +++ b/src/getopt.app.src @@ -1,7 +1,7 @@ %% -*- mode: Erlang; fill-column: 75; comment-column: 50; -*- {application, getopt, [{description, "Command-line options parser for Erlang"}, - {vsn, "1.0.0"}, + {vsn, "1.0.1"}, {modules, []}, {registered, []}, {maintainers, ["Juan Jose Comellas"]},