summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY3
-rw-r--r--skindesigner.c2
2 files changed, 4 insertions, 1 deletions
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 {