We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088b06e commit 49cf4a0Copy full SHA for 49cf4a0
README.md
@@ -14,7 +14,7 @@ The package can be installed by adding `membrane_rtmp_plugin` to your list of de
14
```elixir
15
def deps do
16
[
17
- {:membrane_rtmp_plugin, "~> 0.25.0"}
+ {:membrane_rtmp_plugin, "~> 0.26.0"}
18
]
19
end
20
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.RTMP.Mixfile do
2
use Mix.Project
3
4
- @version "0.25.0"
+ @version "0.26.0"
5
@github_url "https://github.com/membraneframework/membrane_rtmp_plugin"
6
7
def project do
0 commit comments