Skip to content

Commit 8baf978

Browse files
committed
release v0.18.0
1 parent 974edc1 commit 8baf978

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v0.18.0-dev
3+
## v0.18.0 (2019-03-17)
44

55
- Enhancements
66
- Initializer modules can be defined with additional arguments by using `{mod, fun, args}`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To use Geolix with your projects, edit your `mix.exs` file and add the project a
1212
defp deps do
1313
[
1414
# ...
15-
{:geolix, "~> 0.17"},
15+
{:geolix, "~> 0.18"},
1616
# ...
1717
]
1818
end

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Geolix.Mixfile do
77
[
88
app: :geolix,
99
name: "Geolix",
10-
version: "0.18.0-dev",
10+
version: "0.18.0",
1111
elixir: "~> 1.5",
1212
aliases: aliases(),
1313
deps: deps(),
@@ -69,7 +69,7 @@ defmodule Geolix.Mixfile do
6969
[
7070
extras: ["CHANGELOG.md", "README.md"],
7171
main: "readme",
72-
source_ref: "master",
72+
source_ref: "v0.18.0",
7373
source_url: @url_github
7474
]
7575
end

0 commit comments

Comments
 (0)