From 12d3b6d15e6268209df33b3fa1bed35c0737c6b8 Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Fri, 20 Oct 2023 18:05:18 +0200 Subject: [PATCH] bump version to 0.17.2 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c72654..4bcc367 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.17.1"} + {:membrane_portaudio_plugin, "~> 0.17.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 f19ad7a..217a8cc 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.17.1" + @version "0.17.2" def project do [