From 876094e01b0a9ebc9df9d9f98bd1769aea1406d8 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 23 Jan 2023 13:59:17 +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 21d98db..2a32826 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.65' -UPDATEVERSION = '9.65' +PLUGINVERSION = '9.66' +UPDATEVERSION = '9.66' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'