Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jun 8, 2020
1 parent 99b6ed8 commit b628605
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 @@ your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:brook, "~> 0.5"}
{:brook, "~> 0.6"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Brook.MixProject do
def project do
[
app: :brook,
version: "0.5.1",
version: "0.6.0",
elixir: "~> 1.8",
description: description(),
package: package(),
Expand Down

0 comments on commit b628605

Please sign in to comment.