diff --git a/README.md b/README.md index 6401bf4..e3a9b83 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.10.0"} + {:ex_sdp, "~> 0.10.2"} ] end ``` diff --git a/mix.exs b/mix.exs index bb049ad..f8a3a25 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSDP.MixProject do use Mix.Project - @version "0.10.1" + @version "0.10.2" @github_url "https://github.com/membraneframework/ex_sdp" def project do