Skip to content

Commit 7c68ff4

Browse files
committed
Bumping version number to 2.0.0.
1 parent 86b5957 commit 7c68ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Michelf/Markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
1818
* Define the package version
1919
* @var string
2020
*/
21-
const MARKDOWNLIB_VERSION = "1.10.0";
21+
const MARKDOWNLIB_VERSION = "2.0.0";
2222

2323
/**
2424
* Simple function interface - Initialize the parser and return the result

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ PHP Markdown, please visit [michelf.ca/donate].
182182
Version History
183183
---------------
184184

185-
PHP Markdown Lib 1.10.0 (26 Sep 2022)
185+
PHP Markdown Lib 2.0.0 (26 Sep 2022)
186186

187187
* Now requiring PHP version 7.4 or later.
188188

0 commit comments

Comments
 (0)