diff --git a/README.md b/README.md index e5cb80c..29a8f36 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The package can be installed by adding `owl` to your list of dependencies in `mi ```elixir def deps do [ - {:owl, "~> 0.7"} + {:owl, "~> 0.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 8e3ccff..dc643b8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,6 +1,6 @@ defmodule Owl.MixProject do use Mix.Project - @version "0.7.0" + @version "0.8.0" @source_url "https://github.com/fuelen/owl" def project do