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