From 90e1e189257dcf98dec88c1b6de85ee351b8637f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jer=C3=B4me=20Bakker?= Date: Wed, 1 Jun 2022 15:40:37 +0200 Subject: [PATCH] chore: wrapping up v2.0.1 --- CHANGES.txt | 4 ++++ elgg-plugin.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7d6d208..37dbb04 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,10 @@ Version history =============== +2.0.1 (2022-06-01): + +- several small chores/fixes + 2.0 (2021-09-27): - changed: updated for Elgg 4 diff --git a/elgg-plugin.php b/elgg-plugin.php index a98e089..b90e124 100644 --- a/elgg-plugin.php +++ b/elgg-plugin.php @@ -9,7 +9,7 @@ return [ 'plugin' => [ - 'version' => '2.0', + 'version' => '2.0.1', 'name' => 'Progressive Web App', ], 'bootstrap' => Bootstrap::class,