diff --git a/README.md b/README.md index 35365b9d..8c974458 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The package can be installed by adding `membrane_video_compositor_plugin` to you ```elixir def deps do [ - {:membrane_video_compositor_plugin, "~> 0.5.0"} + {:membrane_video_compositor_plugin, "~> 0.5.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 37f0030c..0c3f5b3d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.VideoCompositor.Mixfile do use Mix.Project - @version "0.5.0" + @version "0.5.1" @github_url "https://github.com/membraneframework/membrane_video_compositor_plugin" def project do