Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pma committed Apr 3, 2015
1 parent 1131e72 commit 90ec752
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add AMQP as a dependency in your `mix.exs` file.

```elixir
def deps do
[{:amqp, "0.1.0"}]
[{:amqp, "0.1.1"}]
end
```

Expand Down
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule AMQP.Mixfile do

def project do
[app: :amqp,
version: "0.1.1-dev",
version: "0.1.1",
elixir: "~> 1.0.0",
description: description,
package: package,
Expand All @@ -20,8 +20,7 @@ defmodule AMQP.Mixfile do
[{:earmark, "~> 0.1", only: :docs},
{:ex_doc, "~> 0.7", only: :docs},
{:inch_ex, "~> 0.2", only: :docs},
{:amqp_client, github: "pma/amqp_client"},
{:rabbit_common, github: "pma/rabbit_common", override: true}]
{:amqp_client, "~> 3.5.0"}]
end

defp description do
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{"amqp_client": {:git, "git://github.com/pma/amqp_client.git", "fa1688e105cd84207488446a9bb9b070fd6a452f", []},
%{"amqp_client": {:hex, :amqp_client, "3.5.0"},
"earmark": {:hex, :earmark, "0.1.15"},
"ex_doc": {:hex, :ex_doc, "0.7.2"},
"inch_ex": {:hex, :inch_ex, "0.2.4"},
"poison": {:hex, :poison, "1.3.1"},
"rabbit_common": {:git, "git://github.com/pma/rabbit_common.git", "c5bc9cde61f9192a60f0c08356b98081231591fa", []}}
"rabbit_common": {:hex, :rabbit_common, "3.5.0"}}

0 comments on commit 90ec752

Please sign in to comment.