From c65945bc1dc4b0fe43125733f190d44497e51176 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Barczy=C5=84ski?= <104033489+WojciechBarczynski@users.noreply.github.com> Date: Wed, 20 Sep 2023 12:48:56 +0200 Subject: [PATCH] Prepare release v0.5.4 (#130) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99345ef6..60ea30a4 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.3"} + {:membrane_video_compositor_plugin, "~> 0.5.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 5ed6f4d2..744c4ee7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.VideoCompositor.Mixfile do use Mix.Project - @version "0.5.3" + @version "0.5.4" @github_url "https://github.com/membraneframework/membrane_video_compositor_plugin" def project do