Skip to content

Commit

Permalink
Release v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 24, 2014
1 parent 8e76867 commit 608b741
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.5.1-dev
# v0.5.1 (2014-05-24)

* Backwards incompatible changes
* Postgrex.Error exception converted to struct
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Postgrex.Mixfile do

def project do
[ app: :postgrex,
version: "0.5.1-dev",
version: "0.5.1",
elixir: "~> 0.13.3",
deps: deps,
build_per_environment: false,
Expand Down Expand Up @@ -39,7 +39,7 @@ defmodule Postgrex.Mixfile do
defp package do
[ contributors: ["Eric Meadows-Jönsson"],
licenses: ["Apache 2.0"],
links: [ { "Github", "https://github.com/ericmj/postgrex" },
{ "Documentation", "http://ericmj.github.io/postgrex" } ] ]
links: %{"Github" => "https://github.com/ericmj/postgrex",
"Documentation" => "http://ericmj.github.io/postgrex"} ]
end
end

0 comments on commit 608b741

Please sign in to comment.