From bace6f0df5496c66b9a61c65a1393a4e24a702b9 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 13 Feb 2019 20:27:12 +0100 Subject: [PATCH] 2.02 --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index df34896..da70d86 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -44,7 +44,7 @@ import time # warranty, use at YOUR own risk. PLUGINVERSION = '2.00 ' -UPDATEVERSION = '2.01' +UPDATEVERSION = '2.02' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()