diff --git a/README.md b/README.md index b8fd16c..0d1b8d3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Add `:remote_ip` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:remote_ip, "~> 1.1"}] + [{:remote_ip, "~> 1.2"}] end ``` diff --git a/mix.exs b/mix.exs index 3150e03..0e4bb20 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule RemoteIp.Mixfile do def project do [ app: :remote_ip, - version: "1.1.0", + version: "1.2.0", elixir: "~> 1.12", description: description(), package: package(),