From 7b737f86bf26489e610ef64edc8e3726d814852a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Tue, 24 Oct 2023 21:50:32 +0200 Subject: [PATCH] Bump version to 0.13.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c29e5a..5ad38b2 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.12.0"} + {:ex_sdp, "~> 0.13.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 36a3552..79361ea 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExSDP.MixProject do use Mix.Project - @version "0.12.0" + @version "0.13.0" @github_url "https://github.com/membraneframework/ex_sdp" def project do