We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1d381 commit 76a466eCopy full SHA for 76a466e
2 files changed
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `membrane_opus_plugin` to your list of de
15
```elixir
16
def deps do
17
[
18
- {:membrane_opus_plugin, "~> 0.20.4"}
+ {:membrane_opus_plugin, "~> 0.20.5"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.Opus.Plugin.Mixfile do
2
use Mix.Project
3
4
- @version "0.20.4"
+ @version "0.20.5"
5
@github_url "https://github.com/membraneframework/membrane_opus_plugin"
6
7
def project do
0 commit comments