Skip to content

Commit

Permalink
Bump the version to 1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed May 25, 2024
1 parent dd0540c commit bd9aba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/App/pmarkdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use warnings;

use Markdown::Perl;

our $VERSION = '1.06'; # Remember to also set the Markdown::Perl version.
our $VERSION = '1.07'; # Remember to also set the Markdown::Perl version.

1;

Expand Down
2 changes: 1 addition & 1 deletion lib/Markdown/Perl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use Scalar::Util 'blessed';

use parent 'Markdown::Perl::Options';

our $VERSION = '1.06'; # Remember to also set the App::pmarkdown version.
our $VERSION = '1.07'; # Remember to also set the App::pmarkdown version.

our @EXPORT_OK = qw(convert set_options set_mode set_hooks);
our %EXPORT_TAGS = (all => \@EXPORT_OK);
Expand Down

0 comments on commit bd9aba3

Please sign in to comment.