Skip to content

Commit

Permalink
Bump to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfin committed Sep 15, 2020
1 parent 06c8982 commit 7b5dde8
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 @@ -18,7 +18,7 @@ Hex (shown at the top of this README).

```elixir
def deps do
[{:local_cluster, "~> 1.1", only: [:test]}]
[{:local_cluster, "~> 1.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,7 +1,7 @@
defmodule LocalCluster.MixProject do
use Mix.Project

@version "1.1.0"
@version "1.2.0"
@url_docs "http://hexdocs.pm/local_cluster"
@url_github "https://github.com/whitfin/local-cluster"

Expand Down

0 comments on commit 7b5dde8

Please sign in to comment.