Skip to content

Commit

Permalink
Prepare v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvondrak committed Jun 10, 2024
1 parent 519cc66 commit da061f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit da061f0

Please sign in to comment.