Skip to content

Commit b7dd52d

Browse files
committed
Bump version to 1.03.
1 parent 11abe4e commit b7dd52d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.aspelldict

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
personal_ws-1.1 en 176
1+
personal_ws-1.1 en 177
22
BlockTree
33
CDATA
44
CommonMark
@@ -86,6 +86,7 @@ gcx
8686
gfm
8787
github
8888
gx
89+
gxc
8990
hd
9091
helpfull
9192
helpoptions

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for pmarkdown and the Markdown::Perl module.
22

3-
1.03 - ??
3+
1.03 - 2024-04-10
44

55
- Disable hard line breaks using two spaces in our default syntax because they
66
are invisible in the source file.

lib/App/pmarkdown.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use warnings;
55

66
use Markdown::Perl;
77

8-
our $VERSION = '1.02'; # Remember to also set the Markdown::Perl version.
8+
our $VERSION = '1.03'; # Remember to also set the Markdown::Perl version.
99

1010
1;
1111

lib/Markdown/Perl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use Scalar::Util 'blessed';
1717

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

20-
our $VERSION = '1.02'; # Remember to also set the App::pmarkdown version.
20+
our $VERSION = '1.03'; # Remember to also set the App::pmarkdown version.
2121

2222
our @EXPORT_OK = qw(convert set_options);
2323
our %EXPORT_TAGS = (all => \@EXPORT_OK);

0 commit comments

Comments
 (0)