From 6554270c84e4896bb21091873d5743356c9ae39e Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Thu, 24 Dec 2020 09:22:03 +0100 Subject: [PATCH] bump version to 0.6.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 466c37713..2314a9172 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.6.0"} +{:membrane_core, "~> 0.6.1"} ``` ## Getting started diff --git a/mix.exs b/mix.exs index f7fdb1f6f..16743d562 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "0.6.0" + @version "0.6.1" @source_ref "v#{@version}" def project do