Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Jun 6, 2015
1 parent 5098ad9 commit 71a9d82
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ An Elixir Plug for requiring and extracting a given header.
Update your `mix.exs` file and run `mix deps.get`.
```elixir
defp deps do
[{:plug_require_header, "~> 0.5"}]
[{:plug_require_header, "~> 0.6"}]
end
```

Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PlugRequireHeader.Mixfile do
def project do
[
app: :plug_require_header,
version: "0.5.0",
version: "0.6.0",
name: "PlugRequireHeader",
source_url: "https://github.com/DevL/plug_require_header",
elixir: "~> 1.0",
Expand Down Expand Up @@ -35,8 +35,8 @@ defmodule PlugRequireHeader.Mixfile do

defp deps do
[
{:plug, "~> 0.11"},
{:poison, "~> 1.3"},
{:plug, "~> 0.13"},
{:poison, "~> 1.4"},
{:earmark, "~> 0.1", only: :dev},
{:ex_doc, "~> 0.7", only: :dev},
{:inch_ex, only: :docs}
Expand Down
8 changes: 4 additions & 4 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{"earmark": {:hex, :earmark, "0.1.15"},
"ex_doc": {:hex, :ex_doc, "0.7.2"},
"inch_ex": {:hex, :inch_ex, "0.2.4"},
"plug": {:hex, :plug, "0.12.0"},
%{"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.7.3"},
"inch_ex": {:hex, :inch_ex, "0.3.2"},
"plug": {:hex, :plug, "0.13.0"},
"poison": {:hex, :poison, "1.4.0"}}

0 comments on commit 71a9d82

Please sign in to comment.