We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc46688 commit 0313723Copy full SHA for 0313723
README.md
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_aac_fdk_plugin` to your list of
17
```elixir
18
def deps do
19
[
20
- {:membrane_aac_fdk_plugin, "~> 0.18.6"}
+ {:membrane_aac_fdk_plugin, "~> 0.18.7"}
21
]
22
end
23
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.AAC.FDK.Plugin.MixProject do
2
use Mix.Project
3
4
- @version "0.18.6"
+ @version "0.18.7"
5
@github_url "https://github.com/membraneframework/membrane_aac_fdk_plugin"
6
7
def project do
0 commit comments