diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-21 13:50:53 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-21 13:50:53 +0200 |
commit | 67e913ed9ee2043b6401ea624f33fc20f656c5fc (patch) | |
tree | f4f0112988bc46b16c9751c6c0d7c0c50455a8c8 /kcc.iss | |
parent | Fixed KindleGen detection on macOS (diff) | |
download | kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.tar.gz kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.tar.bz2 kcc-67e913ed9ee2043b6401ea624f33fc20f656c5fc.zip |
Version bump
Diffstat (limited to 'kcc.iss')
-rw-r--r-- | kcc.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.iss b/kcc.iss index 699b17a..caae98d 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.5.1" +#define MyAppVersion "5.5.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |