We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b6ed8 commit b628605Copy full SHA for b628605
2 files changed
README.md
@@ -14,7 +14,7 @@ your list of dependencies in `mix.exs`:
14
```elixir
15
def deps do
16
[
17
- {:brook, "~> 0.5"}
+ {:brook, "~> 0.6"}
18
]
19
end
20
```
mix.exs
@@ -4,7 +4,7 @@ defmodule Brook.MixProject do
4
def project do
5
6
app: :brook,
7
- version: "0.5.1",
+ version: "0.6.0",
8
elixir: "~> 1.8",
9
description: description(),
10
package: package(),
0 commit comments