From 2a32851bb4e4cb551d6823a3355bbadff1c51ac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20F=C3=B6hring?= Date: Sun, 1 Sep 2019 20:23:51 +0200 Subject: [PATCH] Bump version to 1.1.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 02b4aea7c..8f3d034a1 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Credo.Mixfile do def project do [ app: :credo, - version: "1.1.3", + version: "1.1.4", elixir: ">= 1.5.0", escript: [main_module: Credo.CLI], build_embedded: Mix.env() == :prod,