From a5e402bcd534523d6c82eef3375fbe0deaf0ee9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Jod=C5=82os=CC=81?= Date: Fri, 18 Mar 2022 12:11:26 +0100 Subject: [PATCH] Bump version to 0.12.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63c8541..eeaf368 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It is a part of [Membrane Multimedia Framework](https://membraneframework.org). Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`. ```elixir -{:membrane_ffmpeg_swresample_plugin, "~> 0.10.0"} +{:membrane_ffmpeg_swresample_plugin, "~> 0.12.0"} ``` You also need to have [FFmpeg](https://www.ffmpeg.org/) library installed. diff --git a/mix.exs b/mix.exs index 3599bc4..8107eff 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Membrane.FFmpeg.SWResample.Mixfile do use Mix.Project @github_url "https://github.com/membraneframework/membrane_ffmpeg_swresample_plugin" - @version "0.11.0" + @version "0.12.0" def project do [