From 313b073b00056760ac7ca2276e95acf1c7def0c6 Mon Sep 17 00:00:00 2001 From: maryamaljanabi Date: Wed, 4 Dec 2024 18:06:31 +0300 Subject: [PATCH] add release v5.14.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4909ad..311e274 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ by adding `flow_runner` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:flow_runner, "~> 5.13.0"} + {:flow_runner, "~> 5.14.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 3f3b241..c5749eb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule FlowRunner.MixProject do use Mix.Project - @version "5.13.0" + @version "5.14.0" def project do [