Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Feb 17, 2018
1 parent a737760 commit 91b9bde
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.2.0-dev
## v0.2.0 (2018-02-17)

- Enhancements
- Parsing speed has been improved
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add the module as a dependency to your `mix.exs` file:
```elixir
defp deps do
[
{:mmdb2_decoder, "~> 0.1.0"}
{:mmdb2_decoder, "~> 0.2.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.2.0-dev",
version: "0.2.0",
elixir: "~> 1.3",
deps: deps(),
description: "MMDB2 File Format Decoder",
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule MMDB2Decoder.Mixfile do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v0.2.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 91b9bde

Please sign in to comment.