Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Feb 11, 2024
1 parent 7b2982d commit d8b8f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Business/ISMN.pm
Expand Up @@ -23,7 +23,7 @@ my $debug = 0;
our @EXPORT_OK = qw(is_valid_checksum ean_to_ismn ismn_to_ean
INVALID_PUBLISHER_CODE BAD_CHECKSUM GOOD_ISMN BAD_ISMN);

our $VERSION = '1.203';
our $VERSION = '1.204';

sub INVALID_PUBLISHER_CODE { -3 };
sub BAD_CHECKSUM { -1 };
Expand Down
2 changes: 1 addition & 1 deletion lib/Business/ISMN/Data.pm
Expand Up @@ -3,7 +3,7 @@ use 5.008;
package Business::ISMN::Data;
use strict;

our $VERSION = '1.202';
our $VERSION = '1.204';

=encoding utf8
Expand Down

0 comments on commit d8b8f93

Please sign in to comment.