Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed Mar 24, 2018
1 parent 2e82a5c commit 72906b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: elixir

elixir:
- 1.4.5
- 1.5.1
- 1.6.4

otp_release:
- 19.3
- 20.0
- 20.3

script:
- MIX_ENV=test mix coveralls.travis --force
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog


## v0.4.3:
* Add Idaho, New York, Pennsylvania, Texas, Washington missing area codes.
* Fix typo on NANP Toll Free Number module.

## v0.4.2:
* Correct parsing for Angola numbers

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Phone.Mixfile do
def project do
[
app: :phone,
version: "0.4.2",
version: "0.4.3",
elixir: ">= 1.1.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand All @@ -18,7 +18,7 @@ defmodule Phone.Mixfile do
defp package do
[
files: files(),
maintainers: ["Flávio Moreira Vieira"],
maintainers: ["Flávio M.V."],
licenses: ["Apache 2.0"],
links: links()
]
Expand Down

0 comments on commit 72906b0

Please sign in to comment.