From 33cc352050dd627232d0d234446f17a5ee2ea02c Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Fri, 18 Nov 2022 11:21:56 +0100 Subject: [PATCH] Update version to 0.13 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f28886..f931e26 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The package can be installed by adding `membrane_file_plugin` to your list of de ```elixir def deps do [ - {membrane_file_plugin, "~> 0.12.0"} + {membrane_file_plugin, "~> 0.13.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 983f484..56f18f0 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.File.Plugin.Mixfile do use Mix.Project - @version "0.12.0" + @version "0.13.0" @github_url "https://github.com/membraneframework/membrane_file_plugin"