From e4d02ce5e3f24957be54ab5b7b98285ef4af5b7d Mon Sep 17 00:00:00 2001 From: Isaac Whitfield Date: Mon, 8 Oct 2018 14:09:47 -0700 Subject: [PATCH] Bump to v1.0.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 15936bf..10c2286 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule LocalCluster.MixProject do use Mix.Project - @version "1.0.1" + @version "1.0.2" @url_docs "http://hexdocs.pm/local_cluster" @url_github "https://github.com/whitfin/local-cluster"