From 1ffd20d65ba8b8a1bdd646866a6d096b32b51604 Mon Sep 17 00:00:00 2001 From: maryamaljanabi Date: Tue, 10 Dec 2024 18:17:27 +0300 Subject: [PATCH] release 5.16.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4af24..f0197c5 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.15.0"} + {:flow_runner, "~> 5.16.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 8eb6143..0ccdfbe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule FlowRunner.MixProject do use Mix.Project - @version "5.15.0" + @version "5.16.0" def project do [