Skip to content

Commit

Permalink
Merge pull request #144 from tallarium/v2.1.0
Browse files Browse the repository at this point in the history
v2.1.0
  • Loading branch information
Fedjmike committed Sep 23, 2021
2 parents 72e788b + 769acd8 commit 3b316c4
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 @@ -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
```
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.0.0"
@version "2.1.0"

def project do
[
Expand Down

0 comments on commit 3b316c4

Please sign in to comment.