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 [