From 8074d27b718289342f8e011d24b8d18fd0b02ead Mon Sep 17 00:00:00 2001 From: Eduardo Gurgel Date: Sun, 29 Mar 2020 16:45:04 +1300 Subject: [PATCH] Bump version 0.4.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 595b3c4..830f806 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Solid.Mixfile do def project do [ app: :solid, - version: "0.4.0", + version: "0.4.1", elixir: "~> 1.9", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,