Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwind committed Jan 22, 2016
1 parent ef2352c commit 9e01e41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -2,10 +2,12 @@ Changes
examples/dancer_env.pl
examples/mojo_env.pl
lib/Plack/Middleware/GeoIP.pm
lib/Plack/Middleware/GeoIP2.pm
Makefile.PL
MANIFEST This list of files
README
t/00-load.t
t/country.t
t/country_city.t
t/geoip2.t
t/pod.t
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/GeoIP.pm
Expand Up @@ -2,7 +2,7 @@ package Plack::Middleware::GeoIP;
use strict;
use warnings;
use 5.008;
our $VERSION = 0.03;
our $VERSION = 0.04;
use parent qw/Plack::Middleware/;
use Geo::IP;

Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/GeoIP2.pm
Expand Up @@ -2,7 +2,7 @@ package Plack::Middleware::GeoIP2;
use strict;
use warnings;
use 5.008;
our $VERSION = 0.03;
our $VERSION = 0.04;
use parent qw/Plack::Middleware/;
use GeoIP2::Database::Reader;
use Carp;
Expand Down

0 comments on commit 9e01e41

Please sign in to comment.