Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Jul 13, 2018
1 parent f9eec82 commit 32c5c6c
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.3.0-dev
## v0.3.0 (2018-07-13)

- Enhancements
- Errors from `MMDB2Decoder.parse_database/1` are now returned
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add the module as a dependency to your `mix.exs` file:
defp deps do
[
# ...
{:mmdb2_decoder, "~> 0.2.0"},
{:mmdb2_decoder, "~> 0.3.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 MMDB2Decoder.Mixfile do
[
app: :mmdb2_decoder,
name: "MMDB2 Decoder",
version: "0.3.0-dev",
version: "0.3.0",
elixir: "~> 1.3",
aliases: aliases(),
deps: deps(),
Expand Down Expand Up @@ -52,7 +52,7 @@ defmodule MMDB2Decoder.Mixfile do
defp docs do
[
main: "MMDB2Decoder",
source_ref: "master",
source_ref: "v0.3.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 32c5c6c

Please sign in to comment.