From 90d515d32ee81767464efb7ffcbe4423c2cb0450 Mon Sep 17 00:00:00 2001 From: Mustafa Turan Date: Mon, 28 May 2018 00:31:33 -0700 Subject: [PATCH] Bump version to 1.3.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 17853e1..3ec938a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule EventBus.Mixfile do def project do [ app: :event_bus, - version: "1.3.1", + version: "1.3.2", elixir: "~> 1.5", elixirc_paths: elixirc_paths(Mix.env()), build_embedded: Mix.env() == :prod,