From 371a511430b373e5410019a42e69ecb024d3c5c9 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 18 Feb 2019 22:53:54 +0100 Subject: [PATCH] poprawiono bledy dla duo4k i run.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 7699bc5..595d0c0 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -44,8 +44,8 @@ import time # save this copyright notice. This document/program is distributed WITHOUT any # warranty, use at YOUR own risk. -PLUGINVERSION = '2.02' -UPDATEVERSION = '2.07' +PLUGINVERSION = '2.03' +UPDATEVERSION = '2.08' class MyUpgrade(Screen): screenwidth = getDesktop(0).size().width()