Skip to content

Commit

Permalink
Bump patch version for miscellaneous fixes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alex Vondrak committed Nov 15, 2017
1 parent 66ed253 commit 827762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 827762a

Please sign in to comment.