Bumping version number to 2.0.0.
This commit is contained in:
parent
86b59575e7
commit
7c68ff4d7b
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
|
|||
* Define the package version
|
||||
* @var string
|
||||
*/
|
||||
const MARKDOWNLIB_VERSION = "1.10.0";
|
||||
const MARKDOWNLIB_VERSION = "2.0.0";
|
||||
|
||||
/**
|
||||
* Simple function interface - Initialize the parser and return the result
|
||||
|
|
|
|||
|
|
@ -182,7 +182,7 @@ PHP Markdown, please visit [michelf.ca/donate].
|
|||
Version History
|
||||
---------------
|
||||
|
||||
PHP Markdown Lib 1.10.0 (26 Sep 2022)
|
||||
PHP Markdown Lib 2.0.0 (26 Sep 2022)
|
||||
|
||||
* Now requiring PHP version 7.4 or later.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue