From c83178d49e372ca967d1a8c77ae4e051b3a3c75c Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 1 Dec 2019 21:32:27 -0500 Subject: [PATCH] Bumping version to 1.9.0. --- Michelf/Markdown.php | 2 +- Readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 33de3e3..43b3c79 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface { * Define the package version * @var string */ - const MARKDOWNLIB_VERSION = "1.8.0"; + const MARKDOWNLIB_VERSION = "1.9.0"; /** * Simple function interface - Initialize the parser and return the result diff --git a/Readme.md b/Readme.md index 869a04e..e1eb306 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.8.0 - 14 Jan 2018 +PHP Markdown Lib 1.9.0 - 1 Dec 2019 by Michel Fortin @@ -183,7 +183,7 @@ PHP Markdown, please visit [michelf.ca/donate]. Version History --------------- -Current Version +PHP Markdown Lib 1.9.0 (1 Dec 2019) * Added `fn_backlink_label` configuration variable to put some text in the `aria-label` attribute.