From b8c5ef0419d08a9a062fe4397a79ef4ffa22b46c Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Tue, 18 Jan 2022 10:05:11 +0100 Subject: [PATCH] Refactor --- index.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.php b/index.php index a3136d96..00d816a5 100644 --- a/index.php +++ b/index.php @@ -6,8 +6,6 @@ * @author Jay Trees */ -$version_new = '0.1.0'; - /** * Include */ @@ -73,7 +71,7 @@ if (!$options) { * Update */ if ($options) { - if (-1 === version_compare($options->version, $version_new)) { + if (-1 === version_compare($options->version, '0.2.0')) { $options->updateAvailable = true; } }