summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY2
-rw-r--r--skindesigner.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 38e3cc0..672b3d0 100644
--- a/HISTORY
+++ b/HISTORY
@@ -359,3 +359,5 @@ Version 0.5.1
- use shallow clone when cloning git
- implemented possibility to delete skins
+Version 0.5.2
+
diff --git a/skindesigner.c b/skindesigner.c
index 08b4bc0..a632fc7 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -19,7 +19,7 @@
#endif
-static const char *VERSION = "0.5.1";
+static const char *VERSION = "0.5.2";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {