From e008ade54d3bd34610323969e687659c0cc11338 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 27 Jul 2025 17:24:02 +0300 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 0f420f9..11971e1 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.79' -UPDATEVERSION = '9.79' +PLUGINVERSION = '9.80' +UPDATEVERSION = '9.80' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'