diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 2741245..648beda 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 = '0.00' +UPDATEVERSION = '2.00' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()