diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/package.exs b/package.exs index ae4ba16..d210699 100644 --- a/package.exs +++ b/package.exs @@ -14,6 +14,6 @@ defmodule Poolboy.Mixfile do [files: ~w(src rebar.config README.md LICENSE UNLICENSE VERSION), contributors: ["Devin Torres", "Andrew Thompson", "Kurt Williams"], licenses: ["Unlicense", "Apache 2.0"], - links: [{"GitHub", "https://github.com/devinus/poolboy"}]] + links: %{"GitHub" => "https://github.com/devinus/poolboy"} end end