diff --git a/README.md b/README.md index 1420818..7ed1f13 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The plugin that captures and plays sound using the multiplatform PortAudio libra Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`. ```elixir -{:membrane_portaudio_plugin, "~> 0.19.2"} +{:membrane_portaudio_plugin, "~> 0.19.3"} ``` This package depends on the [PortAudio](http://portaudio.com/) library. The precompiled build will be pulled and linked automatically. However, should there be any problems, consider installing it manually. diff --git a/mix.exs b/mix.exs index 8548d2c..e0d1950 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Membrane.PortAudio.Mixfile do use Mix.Project @github_url "https://github.com/membraneframework/membrane_portaudio_plugin" - @version "0.19.2" + @version "0.19.3" def project do [