diff --git a/lib/App/pmarkdown.pm b/lib/App/pmarkdown.pm index d3929a9..f2bd909 100644 --- a/lib/App/pmarkdown.pm +++ b/lib/App/pmarkdown.pm @@ -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; diff --git a/lib/Markdown/Perl.pm b/lib/Markdown/Perl.pm index 3f388e2..cb8d777 100644 --- a/lib/Markdown/Perl.pm +++ b/lib/Markdown/Perl.pm @@ -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);