From b7dd52d36a3311bc3d5fa17ee43fe21a5cb8c565 Mon Sep 17 00:00:00 2001 From: Mathias Kende Date: Wed, 10 Apr 2024 23:48:48 +0200 Subject: [PATCH] Bump version to 1.03. --- .aspelldict | 3 ++- Changes | 2 +- lib/App/pmarkdown.pm | 2 +- lib/Markdown/Perl.pm | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.aspelldict b/.aspelldict index 1a86c36..d52ba60 100644 --- a/.aspelldict +++ b/.aspelldict @@ -1,4 +1,4 @@ -personal_ws-1.1 en 176 +personal_ws-1.1 en 177 BlockTree CDATA CommonMark @@ -86,6 +86,7 @@ gcx gfm github gx +gxc hd helpfull helpoptions diff --git a/Changes b/Changes index 4cd017e..bc8b8f3 100644 --- a/Changes +++ b/Changes @@ -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. diff --git a/lib/App/pmarkdown.pm b/lib/App/pmarkdown.pm index fcad0fe..8be66e7 100644 --- a/lib/App/pmarkdown.pm +++ b/lib/App/pmarkdown.pm @@ -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; diff --git a/lib/Markdown/Perl.pm b/lib/Markdown/Perl.pm index 3e4160f..c5b0cf4 100644 --- a/lib/Markdown/Perl.pm +++ b/lib/Markdown/Perl.pm @@ -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);