Skip to content

Commit

Permalink
Bump to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Joyce committed Jun 21, 2021
1 parent 95f8c61 commit d2af3b2
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 @@ -11,7 +11,7 @@ The package can be installed as:

```elixir
def deps do
[{:double, "~> 0.8.0", only: :test}]
[{:double, "~> 0.8.1", only: :test}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Double.Mixfile do
use Mix.Project
@version "0.8.0"
@version "0.8.1"

def project do
[
Expand Down

0 comments on commit d2af3b2

Please sign in to comment.