Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jodlos committed Mar 25, 2022
1 parent 7471771 commit 7848c5d
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 @@ -11,7 +11,7 @@ Plugin that can be used to capture and play sound using multiplatform PortAudio
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_portaudio_plugin, "~> 0.10.0"}
{:membrane_portaudio_plugin, "~> 0.11.0"}
```

You also need to have [PortAudio](http://portaudio.com/) installed.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Membrane.PortAudio.Mixfile do
use Mix.Project

@github_url "https://github.com/membraneframework/membrane_portaudio_plugin"
@version "0.10.0"
@version "0.11.0"

def project do
[
Expand Down

0 comments on commit 7848c5d

Please sign in to comment.