Skip to content

Commit

Permalink
Bump version to 1.03.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkende committed Apr 10, 2024
1 parent 11abe4e commit b7dd52d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .aspelldict
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 176
personal_ws-1.1 en 177
BlockTree
CDATA
CommonMark
Expand Down Expand Up @@ -86,6 +86,7 @@ gcx
gfm
github
gx
gxc
hd
helpfull
helpoptions
Expand Down
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.03 - ??
1.03 - 2024-04-10

- Disable hard line breaks using two spaces in our default syntax because they
are invisible in the source file.
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 = '1.02'; # Remember to also set the Markdown::Perl version.
our $VERSION = '1.03'; # 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.02'; # Remember to also set the App::pmarkdown version.
our $VERSION = '1.03'; # 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 b7dd52d

Please sign in to comment.