From 036947e5f170c931778499e7d7fdff877670be28 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 18 Jan 2020 21:24:04 +0200 Subject: [PATCH] 8.15 --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 4055ea5..7f5f259 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -49,7 +49,7 @@ LinkNeoBoot = '/usr/lib/enigma2/python/Plugins/Extensions/NeoBoot' # warranty, use at YOUR own risk. PLUGINVERSION = '8.00' -UPDATEVERSION = '8.14' +UPDATEVERSION = '8.15' def Freespace(dev): statdev = os.statvfs(dev)