From 31ef6fd719bd6058640c063578ba4a6a9ed4552b Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Mon, 9 Mar 2015 16:34:02 -0300 Subject: [PATCH] [#30] Bumped version. --- src/egithub.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/egithub.app.src b/src/egithub.app.src index 22e8cab..aae7533 100644 --- a/src/egithub.app.src +++ b/src/egithub.app.src @@ -2,7 +2,7 @@ application, egithub, [ {description, "GitHub API client"}, - {vsn, "0.1.8"}, + {vsn, "0.1.9"}, {applications, [kernel, stdlib, ibrowse, ssl, jiffy, lager]}, {mod, {egithub, []}}, {modules, []},