diff --git a/CHANGES.txt b/CHANGES.txt index 2a96aee..bc8396e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +16.0.1 (2021-10-27): + +- several small chores/fixes + 16.0 (2021-09-27): - added: avatar upload on register now uses icon cropper diff --git a/elgg-plugin.php b/elgg-plugin.php index ef49241..bc34304 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '16.0', + 'version' => '16.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],