diff --git a/README.md b/README.md index 1c2466e89..466c37713 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.5.2"} +{:membrane_core, "~> 0.6.0"} ``` ## Getting started diff --git a/mix.exs b/mix.exs index 4bdc9c8a8..f7fdb1f6f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "0.5.2" + @version "0.6.0" @source_ref "v#{@version}" def project do