Skip to content

Commit

Permalink
A bug-fixing release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alco committed May 12, 2015
1 parent 8ddb64a commit 3052f9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,7 +29,7 @@ Choose how you'd like to install the custom Mix tasks:
1. As an archive:

```
mix archive.install https://github.com/alco/benchfella/releases/download/v0.2.0/benchfella-0.2.0.ez
mix archive.install https://github.com/alco/benchfella/releases/download/v0.2.1/benchfella-0.2.1.ez
```

This will make the custom tasks available to `mix` regardless of where it
Expand All @@ -43,7 +43,7 @@ Choose how you'd like to install the custom Mix tasks:
# in your mix.exs

defp deps do
[{:benchfella, "0.2.0"}]
[{:benchfella, "~> 0.2.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Benchfella.Mixfile do
def project do
[
app: :benchfella,
version: "0.2.0",
version: "0.2.1",
elixir: "~> 1.0",
description: description,
package: package,
Expand Down

0 comments on commit 3052f9a

Please sign in to comment.