Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 71a9d82

Browse files
committed
Release 0.6.0
1 parent 5098ad9 commit 71a9d82

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An Elixir Plug for requiring and extracting a given header.
1212
Update your `mix.exs` file and run `mix deps.get`.
1313
```elixir
1414
defp deps do
15-
[{:plug_require_header, "~> 0.5"}]
15+
[{:plug_require_header, "~> 0.6"}]
1616
end
1717
```
1818

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule PlugRequireHeader.Mixfile do
44
def project do
55
[
66
app: :plug_require_header,
7-
version: "0.5.0",
7+
version: "0.6.0",
88
name: "PlugRequireHeader",
99
source_url: "https://github.com/DevL/plug_require_header",
1010
elixir: "~> 1.0",
@@ -35,8 +35,8 @@ defmodule PlugRequireHeader.Mixfile do
3535

3636
defp deps do
3737
[
38-
{:plug, "~> 0.11"},
39-
{:poison, "~> 1.3"},
38+
{:plug, "~> 0.13"},
39+
{:poison, "~> 1.4"},
4040
{:earmark, "~> 0.1", only: :dev},
4141
{:ex_doc, "~> 0.7", only: :dev},
4242
{:inch_ex, only: :docs}

mix.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
%{"earmark": {:hex, :earmark, "0.1.15"},
2-
"ex_doc": {:hex, :ex_doc, "0.7.2"},
3-
"inch_ex": {:hex, :inch_ex, "0.2.4"},
4-
"plug": {:hex, :plug, "0.12.0"},
1+
%{"earmark": {:hex, :earmark, "0.1.17"},
2+
"ex_doc": {:hex, :ex_doc, "0.7.3"},
3+
"inch_ex": {:hex, :inch_ex, "0.3.2"},
4+
"plug": {:hex, :plug, "0.13.0"},
55
"poison": {:hex, :poison, "1.4.0"}}

0 commit comments

Comments
 (0)