Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhitworth committed May 11, 2024
1 parent 0baec1b commit 6097287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 6097287

Please sign in to comment.