We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57acc98 + fc05c0d commit 1747a6fCopy full SHA for 1747a6f
README.md
@@ -23,7 +23,7 @@ Add `reverse_proxy_plug` to your list of dependencies in `mix.exs`:
23
```elixir
24
def deps do
25
[
26
- {:reverse_proxy_plug, "~> 1.4"}
+ {:reverse_proxy_plug, "~> 1.5"}
27
]
28
end
29
```
mix.exs
@@ -2,7 +2,7 @@ defmodule ReverseProxyPlug.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/tallarium/reverse_proxy_plug"
5
- @version "1.4.0"
+ @version "1.5.0"
6
7
def project do
8
0 commit comments