Bumping version number to 2.0.0.

This commit is contained in:
Michel Fortin 2022-09-26 08:04:55 -04:00
parent 86b59575e7
commit 7c68ff4d7b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.