Skip to content

Commit f1bea09

Browse files
committed
Bump version to 0.5.0
1 parent a9fa170 commit f1bea09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The package can be installed by adding `membrane_rtmp_plugin` to your list of de
2222
```elixir
2323
def deps do
2424
[
25-
{:membrane_rtmp_plugin, "~> 0.4.1"}
25+
{:membrane_rtmp_plugin, "~> 0.5.0"}
2626
]
2727
end
2828
```

Diff for: 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.4.1"
4+
@version "0.5.0"
55
@github_url "https://github.com/membraneframework/membrane_rtmp_plugin"
66

77
def project do

0 commit comments

Comments
 (0)