Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 7, 2016
1 parent e934d8e commit 542f842
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Business/US/USPS/WebTools.pm
Expand Up @@ -7,7 +7,7 @@ use Carp qw(croak);
use subs qw();
use vars qw($VERSION);

$VERSION = '1.12';
$VERSION = '1.12_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Business/US/USPS/WebTools/AddressStandardization.pm
Expand Up @@ -7,7 +7,7 @@ use parent qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = '1.12';
$VERSION = '1.12_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Business/US/USPS/WebTools/CityStateLookup.pm
Expand Up @@ -7,7 +7,7 @@ use parent qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = '1.12';
$VERSION = '1.12_01';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Business/US/USPS/WebTools/ZipCodeLookup.pm
Expand Up @@ -7,7 +7,7 @@ use parent qw(Business::US::USPS::WebTools);
use subs qw();
use vars qw($VERSION);

$VERSION = '1.12';
$VERSION = '1.12_01';

=encoding utf8
Expand Down

0 comments on commit 542f842

Please sign in to comment.