From a8a84eaffbf8d674aec4c7104523ad195411944b Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 8 Jan 2023 09:46:42 +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 8b84229..7667695 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -53,8 +53,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.63' -UPDATEVERSION = '9.63' +PLUGINVERSION = '9.64' +UPDATEVERSION = '9.64' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'