Skip to content

Commit

Permalink
release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 4, 2017
1 parent c9b97d1 commit f423d7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.15.1-dev
## v0.15.1 (2017-12-04)

- Bug fixes
- The MMDB2 decoding library is now properly included in releases
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Geolix.Mixfile do
def project do
[ app: :geolix,
name: "Geolix",
version: "0.15.1-dev",
version: "0.15.1",
elixir: "~> 1.3",
deps: deps(),

Expand Down Expand Up @@ -46,7 +46,7 @@ defmodule Geolix.Mixfile do
defp docs do
[ extras: [ "CHANGELOG.md", "README.md" ],
main: "readme",
source_ref: "v0.15",
source_ref: "v0.15.1",
source_url: @url_github ]
end

Expand Down

0 comments on commit f423d7b

Please sign in to comment.