From f98751a65188411c4462a840443cc797114409c7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 22 Feb 2019 23:46:32 +0100 Subject: [PATCH] ver.2.05 update 2.10 --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 1c2ccf4..2c31e64 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -46,7 +46,7 @@ import time # warranty, use at YOUR own risk. PLUGINVERSION = '2.05' -UPDATEVERSION = '2.11' +UPDATEVERSION = '2.10' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width() @@ -1589,4 +1589,4 @@ from Plugins.Plugin import PluginDescriptor def Plugins(**kwargs): return [PluginDescriptor(name='NeoBoot ', description='NeoBoot', where=PluginDescriptor.WHERE_MENU, fnc=menu), PluginDescriptor(name='NeoBoot', description=_('Installing multiple images'), icon='neo.png', where=PluginDescriptor.WHERE_PLUGINMENU, fnc=main)] -####################### _(-_-)_ gutosie _(-_-)_ ####################### \ No newline at end of file +####################### _(-_-)_ gutosie _(-_-)_ #######################