From d16809d887f0c89c4e49ebc4ceac051b5fae8100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kita?= Date: Tue, 21 Nov 2023 11:46:23 +0100 Subject: [PATCH] Release v0.31.1 fix - Bump version (#103) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8202d3e..cabbe57 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Note: `Membrane.H264.FFmpeg.Parser` has been removed. Now you can use our pure E Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`. ```elixir -{:membrane_h264_ffmpeg_plugin, "~> 0.31.0"} +{:membrane_h264_ffmpeg_plugin, "~> 0.31.1"} ``` This package depends on the [ffmpeg](https://www.ffmpeg.org) libraries. The precompiled builds will be pulled and linked automatically. However, should there be any problems, consider installing it manually. diff --git a/mix.exs b/mix.exs index 72db75b..1f9d677 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.H264.FFmpeg.Plugin.MixProject do use Mix.Project - @version "0.31.0" + @version "0.31.1" @github_url "https://github.com/membraneframework/membrane_h264_ffmpeg_plugin" def project do