diff --git a/CHANGES.txt b/CHANGES.txt index a4d2805..532ed8b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +15.1.1 (2022-07-12): + +- several small chores/fixes + 15.1 (2022-06-22): - changed: invite form now uses page/components/tabs diff --git a/elgg-plugin.php b/elgg-plugin.php index 8682076..30796f6 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -14,7 +14,7 @@ return [ 'plugin' => [ - 'version' => '15.1', + 'version' => '15.1.1', 'dependencies' => [ 'groups' => [ 'position' => 'after',