Skip to content

Commit

Permalink
Prepare v1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajvondrak committed Nov 16, 2022
1 parent 36f07f3 commit 0d253fc
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.0"}]
[{:remote_ip, "~> 1.1"}]
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.0.0",
version: "1.1.0",
elixir: "~> 1.10",
description: description(),
package: package(),
Expand Down

0 comments on commit 0d253fc

Please sign in to comment.