Skip to content

Commit

Permalink
Increment $VERSION to 1.33 in all .pm files
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Aug 20, 2021
1 parent c421267 commit 22bef41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ext/Pod-Html/lib/Pod/Html.pm
Expand Up @@ -2,7 +2,7 @@ package Pod::Html;
use strict;
use Exporter 'import';

our $VERSION = 1.32;
our $VERSION = 1.33;
$VERSION = eval $VERSION;
our @EXPORT = qw(pod2html htmlify);
our @EXPORT_OK = qw(anchorify relativize_url);
Expand Down
2 changes: 1 addition & 1 deletion ext/Pod-Html/lib/Pod/Html/Util.pm
Expand Up @@ -2,7 +2,7 @@ package Pod::Html::Util;
use strict;
require Exporter;

our $VERSION = 1.32; # Please keep in synch with lib/Pod/Html.pm
our $VERSION = 1.33; # Please keep in synch with lib/Pod/Html.pm
$VERSION = eval $VERSION;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
Expand Down
2 changes: 1 addition & 1 deletion ext/Pod-Html/t/lib/Testing.pm
Expand Up @@ -2,7 +2,7 @@ package Testing;
use 5.10.0;
use warnings;
require Exporter;
our $VERSION = 1.32; # Let's keep this same as lib/Pod/Html.pm
our $VERSION = 1.33; # Let's keep this same as lib/Pod/Html.pm
$VERSION = eval $VERSION;
our @ISA = qw(Exporter);
our @EXPORT_OK = qw(
Expand Down

0 comments on commit 22bef41

Please sign in to comment.