diff --git a/README.md b/README.md index cfa8b49..5ab4502 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Make sure you have installed FFMpeg development packages on your system ```elixir def deps do [ - {:xav, "~> 0.1"} + {:xav, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 942aae3..5c06ebe 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Xav.MixProject do def project do [ app: :xav, - version: "0.1.1", + version: "0.2.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, description: "Elixir media library built on top of FFmpeg",