From 9c93fbc0726ff54f2070837ac821ef3d258dfd30 Mon Sep 17 00:00:00 2001 From: louis Date: Fri, 20 Mar 2015 17:07:47 +0100 Subject: Version 0.3.2 --- HISTORY | 3 +++ skindesigner.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 85efc53..5d50939 100644 --- a/HISTORY +++ b/HISTORY @@ -225,3 +225,6 @@ Version 0.3.1 - Fixed hide root menu from a subview template - Fixed translation of grids - adapted tvguideng templates + +Version 0.3.2 + diff --git a/skindesigner.c b/skindesigner.c index a68ca36..5942506 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.3.1"; +static const char *VERSION = "0.3.2"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin { -- cgit v1.2.3