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 [