diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-08-22 15:31:45 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-08-22 15:31:45 +0200 |
commit | 1a0be83d63d3cfd900a8bb5420de22957daf170e (patch) | |
tree | 284da72b142d5299b6286fd268ef9bf4bca051b8 /kcc.iss | |
parent | Fixed some typos (diff) | |
download | kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.tar.gz kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.tar.bz2 kcc-1a0be83d63d3cfd900a8bb5420de22957daf170e.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 ba63491..c51f8c8 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.4" +#define MyAppVersion "5.4.1" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |