From: Marius Gavrilescu <marius@ieval.ro>
Date: Sat, 14 May 2016 23:08:02 +0000 (+0100)
Subject: Bump version and update Changes
X-Git-Tag: 1.000^0
X-Git-Url: http://git.ieval.ro/?a=commitdiff_plain;p=number-phone-ro.git

Bump version and update Changes
---

diff --git a/Changes b/Changes
index 376d815..802cb54 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Number::Phone::RO.
 
+1.000 2016-05-15T00:08+01:00
+ - Mark as stable
+
 0.002 2015-11-28T16:33+01:00
  - Query http://portabilitate.ro/ for operator information and expose it.
 
diff --git a/README b/README
index 8e95954..2cc2a2f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Number-Phone-RO version 0.002
+Number-Phone-RO version 1.000
 =============================
 
 Number::Phone::RO is a Number::Phone extension for Romanian phone
@@ -21,7 +21,7 @@ This module requires these other modules and libraries:
 
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2016 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,
diff --git a/lib/Number/Phone/RO.pm b/lib/Number/Phone/RO.pm
index 0c1e1e1..8801b4c 100644
--- a/lib/Number/Phone/RO.pm
+++ b/lib/Number/Phone/RO.pm
@@ -9,7 +9,7 @@ use re '/s';
 
 sub AREA_NAMES ();
 
-our $VERSION = '0.002';
+our $VERSION = '1.000';
 
 our %cache;
 
@@ -246,7 +246,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2015 by Marius Gavrilescu
+Copyright (C) 2015-2016 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.20.2 or,