diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-03-17 11:02:59 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-03-17 11:02:59 +0100 |
commit | 23b1560fa24df25fafddee296ea3bc4639bf1c05 (patch) | |
tree | 22929340aa7b562c3e89603bc9d96f96dd378fd8 /kcc.iss | |
parent | Added some additional checks (diff) | |
download | kcc-23b1560fa24df25fafddee296ea3bc4639bf1c05.tar.gz kcc-23b1560fa24df25fafddee296ea3bc4639bf1c05.tar.bz2 kcc-23b1560fa24df25fafddee296ea3bc4639bf1c05.zip |
Updated README + 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 7cd7685..7dea76f 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.3.0" +#define MyAppVersion "5.3.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |