Skip to content

Commit

Permalink
release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Mar 17, 2019
1 parent 974edc1 commit 8baf978
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

## v0.18.0-dev
## v0.18.0 (2019-03-17)

- Enhancements
- Initializer modules can be defined with additional arguments by using `{mod, fun, args}`
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.17"},
{:geolix, "~> 0.18"},
# ...
]
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.Mixfile do
[
app: :geolix,
name: "Geolix",
version: "0.18.0-dev",
version: "0.18.0",
elixir: "~> 1.5",
aliases: aliases(),
deps: deps(),
Expand Down Expand Up @@ -69,7 +69,7 @@ defmodule Geolix.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.18.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 8baf978

Please sign in to comment.