diff --git a/CHANGES.txt b/CHANGES.txt index 00858af..5b4fdba 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.1.1 (2024-04-03): + +- several small chores/fixes + 13.1 (2024-01-31): - added: option to exclude searching in translation keys diff --git a/elgg-plugin.php b/elgg-plugin.php index 258acbd..e52f5fc 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '13.1', + 'version' => '13.1.1', ], 'bootstrap' => Bootstrap::class, 'actions' => [