Skip to content

Commit 0313723

Browse files
authored
Bump to v0.18.7 (#56)
1 parent fc46688 commit 0313723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_aac_fdk_plugin` to your list of
1717
```elixir
1818
def deps do
1919
[
20-
{:membrane_aac_fdk_plugin, "~> 0.18.6"}
20+
{:membrane_aac_fdk_plugin, "~> 0.18.7"}
2121
]
2222
end
2323
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.AAC.FDK.Plugin.MixProject do
22
use Mix.Project
33

4-
@version "0.18.6"
4+
@version "0.18.7"
55
@github_url "https://github.com/membraneframework/membrane_aac_fdk_plugin"
66

77
def project do

0 commit comments

Comments
 (0)