From f2af58d4568c6ea0f97c18cb7241726ea3f90c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Thu, 22 Jun 2023 11:15:05 +0200 Subject: [PATCH] Bump version to 0.14.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 096c2ec8c..4990d586e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The package can be installed by adding `membrane_rtc_engine` to your list of dep ```elixir def deps do [ - {:membrane_rtc_engine, "~> 0.13.0"} + {:membrane_rtc_engine, "~> 0.14.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 1cf648016..f6d0f733e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.RTC.Engine.MixProject do use Mix.Project - @version "0.13.0" + @version "0.14.0" @github_url "https://github.com/jellyfish-dev/membrane_rtc_engine" def project do