From b81422fc8ca73501ba2cbc8f6b4253e844ffaf29 Mon Sep 17 00:00:00 2001 From: Santiago Ferreira Date: Wed, 12 Jul 2017 17:41:23 -0300 Subject: [PATCH] Bump version to v1.0.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 34d469b..65f6cc5 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule PhoenixComponents.Mixfile do package: package(), source_url: "https://github.com/mvdwg/phoenix_components", start_permanent: Mix.env == :prod, - version: "1.0.0", + version: "1.0.1", ] end