From 244eadfcc2f3df3f919df474c5e5cd7be7b73628 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 22 Jan 2022 22:27:51 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 03bdaf0..ff19cef 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -52,8 +52,8 @@ if not fileExists('/etc/vtiversion.info') and not fileExists('/etc/bhversion') a else: from Screens.Console import Console loggscrash = time.localtime(time.time()) -PLUGINVERSION = '9.46' -UPDATEVERSION = '9.46' +PLUGINVERSION = '9.47' +UPDATEVERSION = '9.47' UPDATEDATE = '"+%Y11%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'