From 645acbb653fbc46690c0b438b49fd14e5a025616 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 3 Mar 2019 23:35:18 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index da6442e..7bd45b9 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -46,7 +46,7 @@ import time # warranty, use at YOUR own risk. PLUGINVERSION = '2.06' -UPDATEVERSION = '2.14' +UPDATEVERSION = '2.15' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()