Skip to content

Commit

Permalink
Bump patch version to silence Elixir 1.4 warnings
Browse files Browse the repository at this point in the history
While `mix test` seems to work just fine using Elixir 1.4, it spits out
a bunch of warnings for zero-arity function calls (cf.
elixir-lang/elixir#3268).

This was fixed by #2. Those changes are still compatible with Elixir
1.3, so no need for a major version bump. But Elixir 1.4 users probably
don't appreciate all these warnings.
  • Loading branch information
Alex Vondrak committed Feb 1, 2017
1 parent 2d0c309 commit 71d9600
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.2",
version: "0.1.3",
elixir: "~> 1.3",
package: package(),
description: description(),
Expand Down

0 comments on commit 71d9600

Please sign in to comment.