diff --git a/CHANGELOG b/CHANGELOG index e3c415b..ad15c1f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,6 @@ CONTRIBUTIONS & CHANGE HISTORY ============================== + 25-11-2015 - v4.2.1 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/132 * Merged pull request https://github.com/cmullaparthi/ibrowse/pull/137 diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 2f4ced6..b3a0e8f 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -7,6 +7,6 @@ {mod, {ibrowse_app, []}}, {maintainers, ["Chandrashekhar Mullaparthi"]}, {licenses, ["GPLv2", "BSD"]}, - {links, ["https://github.com/cmullaparthi/ibrowse"]} + {links, [{"Github", "https://github.com/cmullaparthi/ibrowse"}]} ] }.