diff --git a/README.md b/README.md index 81a4715..e2d3b64 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Make sure you have installed FFMpeg (ver. 4.x - 7.x) development packages on you ```elixir def deps do [ - {:xav, "~> 0.7.0"}, + {:xav, "~> 0.8.0"}, # Add Nx if you want to have Xav.Frame.to_nx/1 {:nx, ">= 0.0.0"} ] diff --git a/mix.exs b/mix.exs index 5fd12ba..dfec97c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Xav.MixProject do use Mix.Project - @version "0.7.0" + @version "0.8.0" @source_url "https://github.com/elixir-webrtc/xav" def project do