We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.8.0
1 parent ca4ea63 commit 7e94c68Copy full SHA for 7e94c68
README.md
@@ -36,7 +36,7 @@ The package can be installed by adding `owl` to your list of dependencies in `mi
36
```elixir
37
def deps do
38
[
39
- {:owl, "~> 0.7"}
+ {:owl, "~> 0.8"}
40
]
41
end
42
```
mix.exs
@@ -1,6 +1,6 @@
1
defmodule Owl.MixProject do
2
use Mix.Project
3
- @version "0.7.0"
+ @version "0.8.0"
4
@source_url "https://github.com/fuelen/owl"
5
6
def project do
0 commit comments