diff --git a/src/controller/KissCount.hpp b/src/controller/KissCount.hpp index 7a3c4fe..f4fc800 100644 --- a/src/controller/KissCount.hpp +++ b/src/controller/KissCount.hpp @@ -30,7 +30,7 @@ #include -#define APP_VERSION "0.7" +#define APP_VERSION "0.8" #define ESCAPE_CHARS(s) s = s.replace("\"", " "); // #define ESCAPE_CHARS(s) s = s.replace("\"", "\\\""); s = s.replace("\'", "\\\'");