Skip to content

Commit

Permalink
Prepare release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DevL committed Oct 21, 2015
1 parent 4fdcc4a commit a06d80a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.6"}]
[{:plug_require_header, "~> 0.7"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion lib/plug_require_header.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PlugRequireHeader do
import Plug.Conn
alias Plug.Conn.Status

@vsn "0.5.0"
@vsn "0.7.0"
@doc false
def version, do: @vsn

Expand Down

0 comments on commit a06d80a

Please sign in to comment.