diff --git a/CHANGES.txt b/CHANGES.txt index fd4fe38..63b86ed 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.0.2 (2024-03-14): + +- several small chores/fixes + 16.0.1 (2024-01-12): - fixed: toggling widget body should not influence layout diff --git a/elgg-plugin.php b/elgg-plugin.php index f6fc306..cbb2296 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '16.0.1', + 'version' => '16.0.2', 'dependencies' => [ 'profile' => [ 'must_be_active' => false,