diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 7699bc5..595d0c0 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -44,8 +44,8 @@ import time # save this copyright notice. This document/program is distributed WITHOUT any # warranty, use at YOUR own risk. -PLUGINVERSION = '2.02' -UPDATEVERSION = '2.07' +PLUGINVERSION = '2.03' +UPDATEVERSION = '2.08' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()