Skip to content

Commit 49cf4a0

Browse files
authored
Bump to v0.26.0 (#99)
1 parent 088b06e commit 49cf4a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The package can be installed by adding `membrane_rtmp_plugin` to your list of de
1414
```elixir
1515
def deps do
1616
[
17-
{:membrane_rtmp_plugin, "~> 0.25.0"}
17+
{:membrane_rtmp_plugin, "~> 0.26.0"}
1818
]
1919
end
2020
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.RTMP.Mixfile do
22
use Mix.Project
33

4-
@version "0.25.0"
4+
@version "0.26.0"
55
@github_url "https://github.com/membraneframework/membrane_rtmp_plugin"
66

77
def project do

0 commit comments

Comments
 (0)