Skip to content

Commit

Permalink
docs: Change to latest merkle_tree version in Readme Mix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen authored and yosriady committed Jan 27, 2018
1 parent f6e1a99 commit 37a6569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `merkle_tree` to your list of dependencies in `mix.exs`:

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

Expand Down

0 comments on commit 37a6569

Please sign in to comment.