diff --git a/README.md b/README.md index 677eea2..b687801 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Installation def deps do - [{:exw3, "~> 0.1.3"}] + [{:exw3, "~> 0.1.4"}] end ## Overview diff --git a/mix.exs b/mix.exs index f956fd4..acc069c 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule ExW3.MixProject do def project do [app: :exw3, - version: "0.1.3", + version: "0.1.4", elixir: "~> 1.6.4", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,