Skip to content

Commit b628605

Browse files
committed
Bump version to 0.6.0
1 parent 99b6ed8 commit b628605

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ your list of dependencies in `mix.exs`:
1414
```elixir
1515
def deps do
1616
[
17-
{:brook, "~> 0.5"}
17+
{:brook, "~> 0.6"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Brook.MixProject do
44
def project do
55
[
66
app: :brook,
7-
version: "0.5.1",
7+
version: "0.6.0",
88
elixir: "~> 1.8",
99
description: description(),
1010
package: package(),

0 commit comments

Comments
 (0)