diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-03-08 08:16:53 +0100 |
commit | 0b056a8fa854a8665d280013e0edc06c8dca77a9 (patch) | |
tree | 67c1c6006eb7fc046d428fae69140a0eb2a4b242 /other/osx/Info.plist | |
parent | Tweaks for OSX binary (diff) | |
download | kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.gz kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.tar.bz2 kcc-0b056a8fa854a8665d280013e0edc06c8dca77a9.zip |
Stabilise multiprocessing on OSX
Diffstat (limited to '')
-rw-r--r-- | other/osx/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist index 2cf43f1..54a4f19 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -30,7 +30,7 @@ <key>CFBundleExecutable</key> <string>MacOS/Kindle Comic Converter</string> <key>CFBundleGetInfoString</key> - <string>KindleComicConverter 5.5.0, written 2012-2019 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <string>KindleComicConverter 5.5.1, written 2012-2019 by Ciro Mattia Gonano and Pawel Jastrzebski</string> <key>CFBundleIconFile</key> <string>comic2ebook.icns</string> <key>CFBundleIdentifier</key> @@ -42,11 +42,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.5.0</string> + <string>5.5.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>5.5.0</string> + <string>5.5.1</string> <key>LSEnvironment</key> <dict> <key>PATH</key> |