Skip to content

Commit 3efc0f2

Browse files
authored
Merge pull request #123 from fcevado/045
Update v0.4.5
2 parents e5299ec + e94e065 commit 3efc0f2

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
language: elixir
22

33
elixir:
4-
- 1.5.1
5-
- 1.6.4
4+
- 1.7.4
5+
- 1.8.1
66

77
otp_release:
8-
- 19.3
9-
- 20.3
8+
- 20.3.8
9+
- 21.2.6
1010

1111
script:
1212
- MIX_ENV=test mix coveralls.travis --force

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## v0.4.4:
5+
* Fix Australia regex
6+
* Fix Ireland regex
7+
48
## v0.4.4:
59
* Fix United Arab Emirates parsing
610
* Fix Germany parsing

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Phone.Mixfile do
44
def project do
55
[
66
app: :phone,
7-
version: "0.4.4",
7+
version: "0.4.5",
88
elixir: ">= 1.1.0",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)