From d1fb6acb77fb016c73c954c37c26d42ed1b4f0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szuma?= Date: Mon, 20 Sep 2021 16:33:19 +0200 Subject: [PATCH] Bump version to 0.5.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384f54b..a1a17a7 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.4.0"} + {:ex_sdp, "~> 0.5.0"} ] end ``` diff --git a/mix.exs b/mix.exs index e39f8fc..f6b7e8d 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSDP.MixProject do use Mix.Project - @version "0.4.0" + @version "0.5.0" @github_url "https://github.com/membraneframework/membrane-protocol-sdp" def project do