Skip to content

Commit

Permalink
Update comeonin to 1.1
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
trenpixster committed Aug 18, 2015
1 parent 66163f3 commit e868038
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example_app/mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"comeonin": {:hex, :comeonin, "0.11.3"},
%{"comeonin": {:hex, :comeonin, "1.1.2"},
"cowboy": {:hex, :cowboy, "1.0.2"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defmodule Addict.Mixfile do
[{:cowboy, "~> 1.0"},
{:phoenix, ">= 0.15.0"},
{:ecto, "~> 0.9"},
{:comeonin, "~> 0.4" },
{:comeonin, "~> 1.1" },
{:mailgun, "~> 0.0.2"},
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.7.1", only: :dev}]
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{"comeonin": {:hex, :comeonin, "0.11.3"},
%{"comeonin": {:hex, :comeonin, "1.1.2"},
"cowboy": {:hex, :cowboy, "1.0.2"},
"cowlib": {:hex, :cowlib, "1.0.1"},
"decimal": {:hex, :decimal, "1.1.0"},
Expand Down

0 comments on commit e868038

Please sign in to comment.