diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-02-12 09:11:18 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2017-02-12 09:11:18 +0100 |
commit | 010ad3c88cea89dfd28a1980b43cc6e863775e8d (patch) | |
tree | a95a0f3f36392b5bc57bed2e0557501b2421996b /kcc.iss | |
parent | Revert "Force admin rights for Windows version" (diff) | |
download | kcc-010ad3c88cea89dfd28a1980b43cc6e863775e8d.tar.gz kcc-010ad3c88cea89dfd28a1980b43cc6e863775e8d.tar.bz2 kcc-010ad3c88cea89dfd28a1980b43cc6e863775e8d.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 b001db0..7cd7685 100644 --- a/kcc.iss +++ b/kcc.iss @@ -1,5 +1,5 @@ #define MyAppName "Kindle Comic Converter" -#define MyAppVersion "5.2.1" +#define MyAppVersion "5.3.0" #define MyAppPublisher "Ciro Mattia Gonano, Paweł Jastrzębski" #define MyAppURL "http://kcc.iosphe.re/" #define MyAppExeName "KCC.exe" |