Skip to content

Commit

Permalink
publish 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensavona committed Dec 12, 2018
1 parent 7b0a8b2 commit 1cf5286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ iex> Domainatrex.parse("blog.someone.id.au")

## Changelog

### 2.1.3
- Merge a couple of minor PRs

### 2.1.2
- Improve tests and docs slightly

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Domainatrex.Mixfile do

def project do
[app: :domainatrex,
version: "2.1.2",
version: "2.1.3",
elixir: "~> 1.3",
test_coverage: [tool: ExCoveralls],
build_embedded: Mix.env == :prod,
Expand Down

0 comments on commit 1cf5286

Please sign in to comment.