diff --git a/README.md b/README.md index cb82574..4a1b49c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The package can be installed by adding `ex_sdp` to your list of dependencies in ```elixir def deps do [ - {:ex_sdp, "~> 0.14.1"} + {:ex_sdp, "~> 0.15.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 25a1a92..1acb8f2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSDP.MixProject do use Mix.Project - @version "0.14.1" + @version "0.15.0" @github_url "https://github.com/membraneframework/ex_sdp" def project do