We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5299ec + e94e065 commit 3efc0f2Copy full SHA for 3efc0f2
.travis.yml
@@ -1,12 +1,12 @@
1
language: elixir
2
3
elixir:
4
- - 1.5.1
5
- - 1.6.4
+ - 1.7.4
+ - 1.8.1
6
7
otp_release:
8
- - 19.3
9
- - 20.3
+ - 20.3.8
+ - 21.2.6
10
11
script:
12
- MIX_ENV=test mix coveralls.travis --force
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
mix.exs
@@ -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,
0 commit comments