diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | skinnopacity.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -375,3 +375,5 @@ Version 0.1.4 - Usage of channel logo background in displaychannel and on menuelements configurable via plugin setup - Fixed a bug that setup values are not stored if theme is changed + +Version 1.0.0 diff --git a/skinnopacity.c b/skinnopacity.c index 2c6bd3e..13dd22f 100644 --- a/skinnopacity.c +++ b/skinnopacity.c @@ -19,7 +19,7 @@ #endif -static const char *VERSION = "0.9.0"; +static const char *VERSION = "1.0.0"; static const char *DESCRIPTION = "'nOpacity' Skin"; static const char *MAINMENUENTRY = "nOpacity"; |