From ea8c80ee6682f3652c4665b436474dd6d18235e0 Mon Sep 17 00:00:00 2001 From: CHRISTOPHE LECLEF <39584929+cleclefibanity@users.noreply.github.com> Date: Wed, 7 Apr 2021 12:23:13 +0200 Subject: [PATCH] Fix version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0d47d7d..bb651de 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Ibanity.MixProject do def project do [ app: :ibanity, - version: "0.5.1", + version: "0.6.0", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, description: "Wrapper for the Ibanity API",