diff --git a/CHANGES.txt b/CHANGES.txt index 1f270bf..83db722 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +13.0.1 (2023-07-26): + +- fixed: buttons have a discernible text + 13.0 (2023-06-02): - added: group tool container logic check diff --git a/elgg-plugin.php b/elgg-plugin.php index f11f963..61fbd27 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -8,7 +8,7 @@ return [ 'plugin' => [ - 'version' => '13.0', + 'version' => '13.0.1', 'dependencies' => [ 'thewire' => [ 'position' => 'after',