Skip to content

Commit

Permalink
Bump version to 1.06
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed May 17, 2024
1 parent febdb6c commit 453e118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Revision history for pmarkdown and the Markdown::Perl module.

1.06 - ??
1.06 - 2024-05-17

- Add support for setting processing hooks.
- Add a hook to resolve unresolved link reference.

1.05 - 2024-05-14
1.05 - 2024-05-16

[Improve the inline_delimiters option]
- Document the option.
Expand Down
4 changes: 2 additions & 2 deletions 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.05'; # Remember to also set the Markdown::Perl version.
our $VERSION = '1.06'; # Remember to also set the Markdown::Perl version.

1;

Expand All @@ -22,7 +22,7 @@ App::pmarkdown
=head1 SYNOPSIS
This package is only here to reserve the C<App::pmarkdown> name to simplify the
installation of the L<pmarkdown> markdown processor.
installation of the L<pmarkdown> program.
The documentation for the markdown processor is in the L<pmarkdown> page. It’s
implementation is based on the L<Markdown::Perl> library that can be used
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.05'; # Remember to also set the App::pmarkdown version.
our $VERSION = '1.06'; # 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 453e118

Please sign in to comment.