Skip to content

Commit 906ee6a

Browse files
committed
Bump to 2.1.0
1 parent 5f944cf commit 906ee6a

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
@@ -160,7 +160,7 @@ Add `:bypass` to your list of dependencies in mix.exs:
160160
```elixir
161161
def deps do
162162
[
163-
{:bypass, "~> 2.0", only: :test}
163+
{:bypass, "~> 2.1", only: :test}
164164
]
165165
end
166166
```

mix.exs

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

4-
@version "2.1.0-rc.0"
4+
@version "2.1.0"
55
@source_url "https://github.com/PSPDFKit-labs/bypass"
66

77
def project do

0 commit comments

Comments
 (0)