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 512e9d2 commit 5b51c7bCopy full SHA for 5b51c7b
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.2"}
+ {:membrane_aac_fdk_plugin, "~> 0.18.3"}
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.2"
+ @version "0.18.3"
5
@github_url "https://github.com/membraneframework/membrane_aac_fdk_plugin"
6
7
def project do
0 commit comments