diff --git a/CHANGES.txt b/CHANGES.txt index 8269bd4..3afe0cd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +17.0.1 (2022-03-11): + +- several small chores/fixes + 17.0 (2022-02-16): - changed: increased minimal Elgg version to 4.1 diff --git a/elgg-plugin.php b/elgg-plugin.php index 5172954..4761353 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -11,7 +11,7 @@ return [ 'plugin' => [ - 'version' => '17.0', + 'version' => '17.0.1', 'dependencies' => [ 'profile' => ['position' => 'after'], ],