From 99eab7d0824ef1862b1561ccd0cb923d3e6558de Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 7 Jan 2020 12:04:02 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index cdba888..a86f018 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -46,8 +46,8 @@ import time # save this copyright notice. This document/program is distributed WITHOUT any # warranty, use at YOUR own risk. -PLUGINVERSION = '1.00' -UPDATEVERSION = '1.01' +PLUGINVERSION = '8.00' +UPDATEVERSION = '8.01' def Freespace(dev): statdev = os.statvfs(dev) @@ -1556,4 +1556,4 @@ from Plugins.Plugin import PluginDescriptor def Plugins(**kwargs): return [PluginDescriptor(name='NeoBootUstym ', 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 _(-_-)_ #######################