From 8da43c0cc5492b7f59f0177877c04c76c2172241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Szuma?= Date: Fri, 15 Dec 2023 08:52:00 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e3a47d..673d5c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ In future, the support for MPEG-DASH is planned as well Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`. ```elixir - {:membrane_http_adaptive_stream_plugin, "~> 0.18.1"} + {:membrane_http_adaptive_stream_plugin, "~> 0.18.2"} ``` ## Usage Example diff --git a/mix.exs b/mix.exs index 01af318..7e56460 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.HTTPAdaptiveStream.MixProject do use Mix.Project - @version "0.18.1" + @version "0.18.2" @github_url "https://github.com/membraneframework/membrane_http_adaptive_stream_plugin" def project do