Skip to content

Commit 1747a6f

Browse files
authored
Merge pull request #138 from tallarium/v1.5.0
v1.5.0
2 parents 57acc98 + fc05c0d commit 1747a6f

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
@@ -23,7 +23,7 @@ Add `reverse_proxy_plug` to your list of dependencies in `mix.exs`:
2323
```elixir
2424
def deps do
2525
[
26-
{:reverse_proxy_plug, "~> 1.4"}
26+
{:reverse_proxy_plug, "~> 1.5"}
2727
]
2828
end
2929
```

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 "1.4.0"
5+
@version "1.5.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)