Skip to content

Commit 6644820

Browse files
authored
Merge pull request #150 from membraneframework/v0.22.0-bump
Readme and mix.exs update
2 parents 2b07ed2 + 526a0e8 commit 6644820

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
@@ -15,7 +15,7 @@ The package can be installed by adding `membrane_rtp_plugin` to your list of dep
1515
```elixir
1616
def deps do
1717
[
18-
{:membrane_rtp_plugin, "~> 0.21.0"},
18+
{:membrane_rtp_plugin, "~> 0.22.0"},
1919
{:ex_libsrtp, "~> 0.6.0"} # required only if SRTP/SRTCP support is needed
2020
]
2121
end

mix.exs

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

4-
@version "0.21.0"
4+
@version "0.22.0"
55
@github_url "https://github.com/membraneframework/membrane_rtp_plugin"
66

77
def project do

0 commit comments

Comments
 (0)