From 4b917f12586cadd8434a165878b5b99e3cfa61b5 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 20 Jan 2024 19:48:30 +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 a9e1031..b18f91d 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.74' -UPDATEVERSION = '9.74' +PLUGINVERSION = '9.75' +UPDATEVERSION = '9.75' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'