Skip to content

Commit 6097287

Browse files
committed
3.0.0
1 parent 0baec1b commit 6097287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `reverse_proxy_plug` to your list of dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:reverse_proxy_plug, "~> 2.4"}
27+
{:reverse_proxy_plug, "~> 3.0"}
2828
]
2929
end
3030
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule ReverseProxyPlug.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/tallarium/reverse_proxy_plug"
5-
@version "2.4.1"
5+
@version "3.0.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)