Skip to content

Commit

Permalink
Bump version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Feb 2, 2017
1 parent 68d24d6 commit 8b21f23
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bin/mmdb-dump-metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Data::Printer;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion bin/mmdb-dump-search-tree
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use warnings;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Data::Printer;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MaxMind::DB::Reader;
use strict;
use warnings;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use 5.010000;

Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Data/Container.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MaxMind::DB::Reader::Data::Container;
use strict;
use warnings;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

sub new {
my $str = 'container';
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Data/EndMarker.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package MaxMind::DB::Reader::Data::EndMarker;
use strict;
use warnings;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

sub new {
my $str = 'end marker';
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Decoder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use namespace::autoclean;
use autodie;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Carp qw( confess );
use Data::IEEE754 qw( unpack_double_be unpack_float_be );
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/PP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use namespace::autoclean;
use autodie;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Carp qw( confess );
use Math::BigInt ();
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Role/HasDecoder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use namespace::autoclean;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use MaxMind::DB::Common qw( DATA_SECTION_SEPARATOR_SIZE );
use MaxMind::DB::Reader::Decoder;
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Role/HasMetadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use autodie;

require bytes;

our $VERSION = '1.000013';
our $VERSION = '1.000014';
use Carp qw( confess );
use List::AllUtils qw( min );
use MaxMind::DB::Reader::Decoder;
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Role/NodeReader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use namespace::autoclean;
use autodie;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use MaxMind::DB::Types qw( Int );

Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Role/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use namespace::autoclean;
use autodie;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Data::Validate::IP 0.25 qw( is_ip );
use MaxMind::DB::Types qw( Str );
Expand Down
2 changes: 1 addition & 1 deletion lib/MaxMind/DB/Reader/Role/Sysreader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;
use namespace::autoclean;
use autodie;

our $VERSION = '1.000013';
our $VERSION = '1.000014';

use Carp qw( confess );
use MaxMind::DB::Types qw( FileHandle Int );
Expand Down

0 comments on commit 8b21f23

Please sign in to comment.