diff --git a/README.md b/README.md index 5b43d84..4e46317 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A simple tool for minifying CSS files. ## Installation -- Download it for 64bit windows x64 from [here](https://github.com/codeAbinash/mini/releases/download/v1.0.1/mini.exe). +- Download it for 64bit windows x64 from [here](https://github.com/codeAbinash/mini/releases/download/v1.0.2/mini.exe). - Or compile it yourself for your platform from source code. ```bash diff --git a/define/define.hpp b/define/define.hpp index 71453df..cd56be2 100644 --- a/define/define.hpp +++ b/define/define.hpp @@ -1,6 +1,6 @@ #ifndef mini_defined #define mini_defined -#define APP_VERSION "1.0.1" +#define APP_VERSION "1.0.2" #define APP_AUTHOR "codeAbinash" #define GITHUB "https://github.com/codeAbinash/mini" #endif \ No newline at end of file