diff --git a/CHANGES.txt b/CHANGES.txt index 62dcb61..6e6e9cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +14.0.1 (2022-03-11): + +- several small chores/fixes + 14.0 (2022-02-16): - added: group notification preference status to welcome notification diff --git a/elgg-plugin.php b/elgg-plugin.php index 6e8e13f..39685e4 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '14.0', + 'version' => '14.0.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',