Skip to content

Commit e7c4a86

Browse files
committed
Bump version to 2.2.0
1 parent b83f1d4 commit e7c4a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParsedownExtended.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class_alias(class_exists('ParsedownExtra') ? 'ParsedownExtra' : 'Parsedown', 'Pa
1616
// @psalm-suppress UndefinedClass
1717
class ParsedownExtended extends \ParsedownExtendedParentAlias
1818
{
19-
public const VERSION = '2.1.0';
19+
public const VERSION = '2.2.0';
2020
public const VERSION_PARSEDOWN_REQUIRED = '1.8.0';
2121
public const VERSION_PARSEDOWN_EXTRA_REQUIRED = '0.9.0';
2222
public const MIN_PHP_VERSION = '7.4';

0 commit comments

Comments
 (0)