Skip to content

Commit

Permalink
Prepare v1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvondrak committed Mar 21, 2021
1 parent 450c44f commit 4826fc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add `:remote_ip` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:remote_ip, "~> 0.2.0"}]
[{:remote_ip, "~> 1.0"}]
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 RemoteIp.Mixfile do
def project do
[
app: :remote_ip,
version: "0.2.1",
version: "1.0.0",
elixir: "~> 1.7",
description: description(),
package: package(),
Expand All @@ -21,8 +21,8 @@ defmodule RemoteIp.Mixfile do
end

defp description do
"A plug to overwrite the Conn's remote_ip based on headers such as " <>
"X-Forwarded-For."
"A plug to rewrite the Plug.Conn's remote_ip based on request headers" <>
" such as Forwarded, X-Forwarded-For, X-Client-Ip, and X-Real-Ip"
end

defp package do
Expand Down

0 comments on commit 4826fc4

Please sign in to comment.