From 48869f7b06bad66fd0470971abce89e52d2335de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Bilo=C3=A9?= Date: Wed, 5 Apr 2017 10:36:02 +0200 Subject: [PATCH] // Version updated to v1.4.0 --- cronjobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cronjobs.php b/cronjobs.php index 15e30bd..0ca7f26 100755 --- a/cronjobs.php +++ b/cronjobs.php @@ -47,7 +47,7 @@ public function __construct() { $this->name = 'cronjobs'; $this->tab = 'administration'; - $this->version = '1.3.4'; + $this->version = '1.4.0'; $this->module_key = ''; $this->controllers = array('callback');