From a5e051e327de2098605cea9ecd517d549bbad9e0 Mon Sep 17 00:00:00 2001 From: louis Date: Thu, 19 Mar 2015 16:47:45 +0100 Subject: [PATCH] Version 0.3.1 --- HISTORY | 2 ++ skindesigner.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 80caf57..c49d722 100644 --- a/HISTORY +++ b/HISTORY @@ -219,3 +219,5 @@ Version 0.3.0 in onpauseview - added recording icons to metrixHD - fixed colors in tvguideng timeline in nopacity darkred + +Version 0.3.1 diff --git a/skindesigner.c b/skindesigner.c index 36d9387..a68ca36 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.0"; +static const char *VERSION = "0.3.1"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin {