Skip to content

Commit

Permalink
Bump to version 1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed Apr 5, 2024
1 parent dac2575 commit ff2ac01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for pmarkdown and the Markdown::Perl module.

1.01 - ??
1.01 - 2024-04-05

- Deactivate the support for setext headings in pmarkdown default syntax.
- Remove a copy of the input Markdown when using the functional interface.
Expand Down
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 = $Markdown::Perl::VERSION; ## no critic (ProhibitComplexVersion,RequireConstantVersion)
our $VERSION = '1.01'; # 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 @@ -17,7 +17,7 @@ use Scalar::Util 'blessed';

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

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

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

0 comments on commit ff2ac01

Please sign in to comment.