Skip to content

Commit

Permalink
v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Joyce committed Jul 27, 2017
1 parent f71673a commit 69f815b
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.0", only: :test}]
[{:double, "~> 0.6.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.6.0"
@version "0.6.1"

def project do
[app: :double,
Expand Down

0 comments on commit 69f815b

Please sign in to comment.