We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2cc49 commit 673550bCopy full SHA for 673550b
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.23.0"}
+ {:membrane_webrtc_plugin, "~> 0.23.1"}
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.23.0"
+ @version "0.23.1"
5
@github_url "https://github.com/membraneframework/membrane_webrtc_plugin"
6
7
def project do
0 commit comments