Skip to content

Commit

Permalink
v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Joyce committed Feb 6, 2019
1 parent cb8b0e4 commit 40a9bbb
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 @@ -13,7 +13,7 @@ The package can be installed as:

```elixir
def deps do
[{:double, "~> 0.6.5", only: :test}]
[{:double, "~> 0.6.6", 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.6.5"
@version "0.6.6"

def project do
[app: :double,
Expand Down

0 comments on commit 40a9bbb

Please sign in to comment.