This commit is contained in:
Jay Trees 2022-01-18 10:05:11 +01:00
parent 8913337de7
commit b8c5ef0419

View file

@ -6,8 +6,6 @@
* @author Jay Trees <github.jay@grandel.anonaddy.me>
*/
$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;
}
}