Skip to content

Commit c38ad9c

Browse files
authored
Release membrane_core v0.11.0 (#479)
* bump to 0.11.0 * update readme
1 parent db38a38 commit c38ad9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This package provides core of the [Membrane Multimedia Framework](https://membra
2323
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
2424

2525
```elixir
26-
{:membrane_core, "~> 0.10.2"}
26+
{:membrane_core, "~> 0.11.0"}
2727
```
2828

2929
## Getting started

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.Mixfile do
22
use Mix.Project
33

4-
@version "0.10.2"
4+
@version "0.11.0"
55
@source_ref "v#{@version}"
66

77
def project do

0 commit comments

Comments
 (0)