From 19f57711f13c13199b13f79545fdd69fd1e1271a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Fri, 28 Jun 2024 09:12:01 +0200 Subject: [PATCH] chore: wrapping up v6.0.2 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 387dcf0..a72294b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +6.0.2 (2024-06-28): + +- several small chores/fixes + 6.0.1 (2023-11-30): - several small chores/fixes diff --git a/elgg-plugin.php b/elgg-plugin.php index 85cc8f2..7590852 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -6,7 +6,7 @@ return [ 'plugin' => [ - 'version' => '6.0.1', + 'version' => '6.0.2', ], 'bootstrap' => Bootstrap::class, 'settings' => [