Skip to content

Commit

Permalink
Update v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fcevado committed Feb 21, 2019
1 parent e5299ec commit 933f0d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
@@ -1,12 +1,12 @@
language: elixir

elixir:
- 1.5.1
- 1.6.4
- 1.7.4
- 1.8.1

otp_release:
- 19.3
- 20.3
- 10.3.8
- 21.2.6

script:
- MIX_ENV=test mix coveralls.travis --force
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog


## v0.4.4:
* Fix Australia regex
* Fix Ireland regex

## v0.4.4:
* Fix United Arab Emirates parsing
* Fix Germany parsing
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Phone.Mixfile do
def project do
[
app: :phone,
version: "0.4.4",
version: "0.4.5",
elixir: ">= 1.1.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 933f0d4

Please sign in to comment.