From aaa4f589096ffd13bd9241427adfb50068e6e2e6 Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Wed, 7 Dec 2022 14:50:56 +0100 Subject: [PATCH] Bump version to 0.11.1 --- README.md | 2 +- guides/upgrading/v0.11.md | 4 ++-- mix.exs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index de8eac8d5..72c0ae702 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This package provides core of the [Membrane Multimedia Framework](https://membra Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`. ```elixir - {:membrane_core, "~> 0.11.0"} + {:membrane_core, "~> 0.11.1"} ``` ## Getting started diff --git a/guides/upgrading/v0.11.md b/guides/upgrading/v0.11.md index 39d7b8ed6..3f0fff0f8 100644 --- a/guides/upgrading/v0.11.md +++ b/guides/upgrading/v0.11.md @@ -4,11 +4,11 @@ Improvements in v0.11 required some breaking changes, so here comes the guide th ## Deps upgrade -Update `membrane_core` to `v0.11` +Update `membrane_core` to `v0.11.1` ```elixir defp deps do [ - {:membrane_core, "~> 0.11.0"}, + {:membrane_core, "~> 0.11.1"}, ... ] end diff --git a/mix.exs b/mix.exs index ac515ce6f..cec0ec3e2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "0.11.0" + @version "0.11.1" @source_ref "v#{@version}" def project do