Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Joyce committed Aug 19, 2017
1 parent e48a6cd commit 259bff5
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 @@ -14,7 +14,7 @@ The package can be installed as:

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

def project do
[app: :double,
Expand Down

0 comments on commit 259bff5

Please sign in to comment.