We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9b97d1 commit f423d7bCopy full SHA for f423d7b
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.15.1-dev
+## v0.15.1 (2017-12-04)
4
5
- Bug fixes
6
- The MMDB2 decoding library is now properly included in releases
mix.exs
@@ -6,7 +6,7 @@ defmodule Geolix.Mixfile do
def project do
7
[ app: :geolix,
8
name: "Geolix",
9
- version: "0.15.1-dev",
+ version: "0.15.1",
10
elixir: "~> 1.3",
11
deps: deps(),
12
@@ -46,7 +46,7 @@ defmodule Geolix.Mixfile do
46
defp docs do
47
[ extras: [ "CHANGELOG.md", "README.md" ],
48
main: "readme",
49
- source_ref: "v0.15",
+ source_ref: "v0.15.1",
50
source_url: @url_github ]
51
end
52
0 commit comments