Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jan 8, 2018
1 parent 0db82b9 commit fdabfd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XXXX-XX-XX XXXXXX UK "protected" numbers should have false is_allocated();
2018-01-08 3.4003 UK "protected" numbers should have false is_allocated();
Bugfix for countries that don't have area names (see
https://github.com/DrHyde/perl-modules-Number-Phone/issues/64);
Match libphonenumber's behaviour when countries have identical
Expand Down
2 changes: 1 addition & 1 deletion lib/Number/Phone.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use Number::Phone::Country qw(noexport);
use Number::Phone::StubCountry;

# MUST be in format N.NNNN, see https://github.com/DrHyde/perl-modules-Number-Phone/issues/58
our $VERSION = '3.4002';
our $VERSION = '3.4003';

my $NOSTUBS = 0;
sub import {
Expand Down

0 comments on commit fdabfd2

Please sign in to comment.