Skip to content

Commit

Permalink
Update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Kilkelly committed Sep 24, 2017
1 parent 78b550e commit 9851d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ by adding `hammer` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:hammer, "~> 1.0.0"}]
[{:hammer, "~> 2.0.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion doc_src/Tutorial.md
Expand Up @@ -7,7 +7,7 @@ Add Hammer as a dependency in `mix.exs`:

```elixir
def deps do
[{:hammer, "~> 0.1.0"}]
[{:hammer, "~> 2.0.0"}]
end
```

Expand Down

0 comments on commit 9851d49

Please sign in to comment.