Skip to content

Commit

Permalink
Merge pull request #428 from membraneframework/release/v0.10.1
Browse files Browse the repository at this point in the history
Release v0.10.1
  • Loading branch information
varsill authored May 16, 2022
2 parents 2477fcb + 5e3702e commit bdaefef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"}
{:membrane_core, "~> 0.10.1"}
```

## Getting started
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.10.1"
@source_ref "v#{@version}"

def project do
Expand Down

0 comments on commit bdaefef

Please sign in to comment.