diff --git a/README.md b/README.md index 10478d109..67a6a369a 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Apart from plugins, Membrane has stream formats, which live in `membrane_X_forma The API for creating pipelines (and custom elements too) is provided by [membrane_core](https://github.com/membraneframework/membrane_core). To install it, add the following line to your `deps` in `mix.exs` and run `mix deps.get` ```elixir -{:membrane_core, "~> 1.0.0"} + {:membrane_core, "~> 1.0.0"} ``` **Standalone libraries** diff --git a/mix.exs b/mix.exs index 4c96bd981..45a831c8f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "1.0.0" - @source_ref "v#{@version}" + @version "1.0.0" @source_ref "v#{@version}" def project do [