From e76eaf596365700e1ff42cacd5122483b75a7edb Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 20 Nov 2020 21:20:05 +0000 Subject: [PATCH] feature-stats: bump version --- modules/feature-stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/feature-stats.php b/modules/feature-stats.php index a398933..47f8e4e 100644 --- a/modules/feature-stats.php +++ b/modules/feature-stats.php @@ -5,7 +5,7 @@ register_module([ "name" => "Statistics", - "version" => "0.4.3", + "version" => "0.4.4", "author" => "Starbeamrainbowlabs", "description" => "An extensible statistics calculation system. Comes with a range of built-in statistics, but can be extended by other modules too.", "id" => "feature-stats",