diff --git a/README.md b/README.md index a2c1cd1..3a18674 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.6.0"} + {:ex_sdp, "~> 0.7.0"} ] end ``` diff --git a/mix.exs b/mix.exs index a02dc42..66a5e73 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSDP.MixProject do use Mix.Project - @version "0.6.0" + @version "0.7.0" @github_url "https://github.com/membraneframework/ex_sdp" def project do @@ -41,7 +41,7 @@ defmodule ExSDP.MixProject do defp package do [ maintainers: ["Membrane Team"], - licenses: ["Apache 2.0"], + licenses: ["Apache-2.0"], links: %{ "GitHub" => @github_url, "Membrane Framework Homepage" => "https://membraneframework.org"