From 143c35323c6afeb2b7ffca0472e5796d8485f685 Mon Sep 17 00:00:00 2001 From: varsill Date: Wed, 17 Jan 2024 14:49:56 +0100 Subject: [PATCH] Bump to v0.2.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93e409f..dc251bd 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ docker run -it membraneframeworklabs/docker_membrane To use that plugin in your project, add the following line to your deps in `mix.exs`: ``` - {:membrane_agora_plugin, "~> 0.2.0"} + {:membrane_agora_plugin, "~> 0.2.1"} ``` Run `mix deps.get`. diff --git a/mix.exs b/mix.exs index 79ccd55..61f406a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Agora.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" @github_url "https://github.com/membraneframework/membrane_agora_plugin" def project do