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 568194c commit db9ffbfCopy full SHA for db9ffbf
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `membrane_rtp_plugin` to your list of dep
15
```elixir
16
def deps do
17
[
18
- {:membrane_rtp_plugin, "~> 0.20.0"},
+ {:membrane_rtp_plugin, "~> 0.21.0"},
19
{:ex_libsrtp, "~> 0.6.0"} # required only if SRTP/SRTCP support is needed
20
]
21
end
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.RTP.Plugin.MixProject do
2
use Mix.Project
3
4
- @version "0.20.0"
+ @version "0.21.0"
5
@github_url "https://github.com/membraneframework/membrane_rtp_plugin"
6
7
def project do
0 commit comments