We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f944cf commit 906ee6aCopy full SHA for 906ee6a
README.md
@@ -160,7 +160,7 @@ Add `:bypass` to your list of dependencies in mix.exs:
160
```elixir
161
def deps do
162
[
163
- {:bypass, "~> 2.0", only: :test}
+ {:bypass, "~> 2.1", only: :test}
164
]
165
end
166
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Bypass.Mixfile do
2
use Mix.Project
3
4
- @version "2.1.0-rc.0"
+ @version "2.1.0"
5
@source_url "https://github.com/PSPDFKit-labs/bypass"
6
7
def project do
0 commit comments