From f374dbd47ed3852ebcb79c0df4c7ddcc397c165b Mon Sep 17 00:00:00 2001 From: Santiago Ferreira Date: Tue, 16 Jan 2018 17:02:05 -0300 Subject: [PATCH] Bump version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1cef666..a071866 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule PhoenixComponents.Mixfile do package: package(), source_url: "https://github.com/san650/phoenix_components", start_permanent: Mix.env == :prod, - version: "1.0.2", + version: "1.0.3", test_coverage: [tool: ExCoveralls], preferred_cli_env: ["coveralls": :test, "coveralls.detail": :test, "coveralls.post": :test, "coveralls.html": :test] ]