diff --git a/CHANGES.txt b/CHANGES.txt index 58871af..cf0fce3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +18.0.1 (2022-07-12): + +- several small chores/fixes + 18.0 (2022-06-01): - changed: updated for Elgg 4.2 diff --git a/elgg-plugin.php b/elgg-plugin.php index d314022..005f45e 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '18.0', + 'version' => '18.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],