diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 18:00:39 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-10-14 18:00:39 +0200 |
commit | 9d8663a9257f06fb63bbe38a5fe22c4fe5afacb3 (patch) | |
tree | 3293727977f898cfc6718af8d415ef60de362b3e /kcc.iss | |
parent | Allow metadata editor to embed directories (diff) | |
download | kcc-9d8663a9257f06fb63bbe38a5fe22c4fe5afacb3.tar.gz kcc-9d8663a9257f06fb63bbe38a5fe22c4fe5afacb3.tar.bz2 kcc-9d8663a9257f06fb63bbe38a5fe22c4fe5afacb3.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 526ce7c..5225426 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.4.1" +#define MyAppVersion "5.4.2" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |