From 6dbddb326f03d76c4af20257852975aeb932dbcd Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Thu, 17 Jan 2019 18:22:26 -0800 Subject: [PATCH] Bump to v1.0.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f02350f..3f987c9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LocalCluster.MixProject do use Mix.Project - @version "1.0.3" + @version "1.0.4" @url_docs "http://hexdocs.pm/local_cluster" @url_github "https://github.com/whitfin/local-cluster"