diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 3ab6358..68bb558 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -21,7 +21,7 @@ class Markdown implements MarkdownInterface { ### Version ### - const MARKDOWNLIB_VERSION = "1.5.1"; + const MARKDOWNLIB_VERSION = "1.6.0"; ### Simple Function Interface ### diff --git a/Readme.md b/Readme.md index d782ce1..ec931bc 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.5.0 - 1 Mar 2015 +PHP Markdown Lib 1.6.0 - 23 Dec 2015 by Michel Fortin @@ -174,7 +174,10 @@ PHP Markdown, please visit [michelf.ca/donate] or send Bitcoin to Version History --------------- -PHP Markdown Lib 1.5.1 (22 Dec 2015) +PHP Markdown Lib 1.6.0 (23 Dec 2015) + +Note: this version was incorrectly released as 1.5.1 on Dec 22, a number +that contradicted the versioning policy. * For fenced code blocks in Markdown Extra, can now set a class name for the code block's language before the special attribute block. Previously, this