diff --git a/README.md b/README.md index 62dcb34..d897056 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add `reverse_proxy_plug` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:reverse_proxy_plug, "~> 2.0"} + {:reverse_proxy_plug, "~> 2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 9f06496..51f29be 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.0.0" + @version "2.1.0" def project do [