From 056119ee55cbb4d881850cd928c7b1cd822c6ba6 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 12 Feb 2019 22:18:22 +0100 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 7070658..df34896 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.00' +UPDATEVERSION = '2.01' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()