Skip to content

Commit 7e94c68

Browse files
committed
Bump version to 0.8.0
1 parent ca4ea63 commit 7e94c68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The package can be installed by adding `owl` to your list of dependencies in `mi
3636
```elixir
3737
def deps do
3838
[
39-
{:owl, "~> 0.7"}
39+
{:owl, "~> 0.8"}
4040
]
4141
end
4242
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Owl.MixProject do
22
use Mix.Project
3-
@version "0.7.0"
3+
@version "0.8.0"
44
@source_url "https://github.com/fuelen/owl"
55

66
def project do

0 commit comments

Comments
 (0)