From 3c86efa244206a61ef75f87ebbac66c7c5e5547a Mon Sep 17 00:00:00 2001 From: Harley Swick Date: Wed, 29 May 2019 16:20:11 -0500 Subject: [PATCH] Bumped version to 0.4.4 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5ddaaa4..56f45ee 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ExW3.MixProject do def project do [ app: :exw3, - version: "0.4.3", + version: "0.4.4", elixir: "~> 1.7.2", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,