Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 8, 2019
1 parent 67a8e12 commit 6e25a0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.0.0-dev
## v1.0.0 (2019-09-08)

The adapter `Geolix.Adapter.MMDB2` has been extracted a [separate repository](https://github.com/elixir-geolix/adapter_mmdb2). You should be able to upgrade to the external adapter by changing your project's dependencies from `:geolix` to `:geolix_adapter_mmdb2` with an appropriate version requirement.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To use Geolix with your projects, edit your `mix.exs` file and add the project a
defp deps do
[
# ...
{:geolix, "~> 0.18"},
{:geolix, "~> 1.0"},
# ...
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Geolix.MixProject do
[
app: :geolix,
name: "Geolix",
version: "1.0.0-dev",
version: "1.0.0",
elixir: "~> 1.5",
deps: deps(),
description: "IP location lookup provider",
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule Geolix.MixProject do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v1.0.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 6e25a0b

Please sign in to comment.