diff --git a/README.md b/README.md index f499248..44915e2 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.18.1"} + {:membrane_portaudio_plugin, "~> 0.18.2"} ``` 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 f14809a..fc99b51 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.18.1" + @version "0.18.2" def project do [