From 6b0eeb666fe7e410c3ed95ae71fed88dfa6d2e99 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 7 Dec 2025 14:45:20 +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 11971e1..7f5cb72 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.80' -UPDATEVERSION = '9.80' +PLUGINVERSION = '9.88' +UPDATEVERSION = '9.88' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'