diff --git a/README.md b/README.md index d8d4456..3483c97 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The package can be installed by adding `ex_vision` to your list of dependencies ```elixir def deps do [ - {:ex_vision, "~> 0.3.0"} + {:ex_vision, "~> 0.3.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 7989fef..f9e8bfe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExVision.Mixfile do use Mix.Project - @version "0.3.0" + @version "0.3.1" @github_url "https://github.com/membraneframework-labs/ex_vision/" def project do