diff --git a/README.md b/README.md index 3613b2c..160a64e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add `reverse_proxy_plug` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:reverse_proxy_plug, "~> 2.4"} + {:reverse_proxy_plug, "~> 3.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 0272e9d..750477c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule ReverseProxyPlug.MixProject do use Mix.Project @source_url "https://github.com/tallarium/reverse_proxy_plug" - @version "2.4.1" + @version "3.0.0" def project do [