From 2a919821a0d83f263292c59aa3acc36a3e85c90c Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 21 Jan 2024 18:27:10 +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 b18f91d..b66acd7 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.75' -UPDATEVERSION = '9.75' +PLUGINVERSION = '9.76' +UPDATEVERSION = '9.76' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'