From 441d3189c549ba34128b452dc8776818bff6550a Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Mon, 24 Jan 2022 15:34:37 +0100 Subject: [PATCH] bump to v0.7.3 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fef7a1..7b1d6d34 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ defmodule MyApp.Mixfile do defp deps() do [ - {:unifex, "~> 0.7.2"} # add unifex to deps + {:unifex, "~> 0.7.3"} # add unifex to deps ] end end diff --git a/mix.exs b/mix.exs index a391207f..e5e7d67a 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Unifex.MixProject do use Mix.Project - @version "0.7.2" + @version "0.7.3" @github_link "https://github.com/membraneframework/unifex" def project do