From 827762a087cd10b897ef7a4ad1d8c2c7c5a7301f Mon Sep 17 00:00:00 2001 From: Alex Vondrak Date: Wed, 15 Nov 2017 08:56:55 -0800 Subject: [PATCH] Bump patch version for miscellaneous fixes Just a regular ol' maintenance release: - fixed deprecation warnings in Elixir 1.5 - bumped combine to the latest version due to a reported dependency issue --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index a8b9d58..b824a4c 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule RemoteIp.Mixfile do def project do [app: :remote_ip, - version: "0.1.3", + version: "0.1.4", elixir: "~> 1.3", package: package(), description: description(),