From 1900e796c0468ae51fd8e88a9ba60054d2a82651 Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 30 Aug 2023 20:39:32 +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 d635394..614b3a7 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.69' -UPDATEVERSION = '9.69' +PLUGINVERSION = '9.70' +UPDATEVERSION = '9.70' UPDATEDATE = '"+%Y13%d"' LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot'