Skip to content

Commit e85a58b

Browse files
authored
Bump version to 0.16.0 (#120)
1 parent c7f3591 commit e85a58b

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_rtp_plugin` to your list of dep
1414
```elixir
1515
def deps do
1616
[
17-
{:membrane_rtp_plugin, "~> 0.15.0"}
17+
{:membrane_rtp_plugin, "~> 0.16.0"}
1818
{:ex_libsrtp, "~> 0.3.0"} # required only if SRTP/SRTCP support is needed
1919
]
2020
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.15.0"
4+
@version "0.16.0"
55
@github_url "https://github.com/membraneframework/membrane_rtp_plugin"
66

77
def project do

0 commit comments

Comments
 (0)