diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-11-06 19:49:07 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-11-06 19:49:07 +0100 |
commit | 5481c0cfe5f244a2e24b5d72ac655f3a63f5135d (patch) | |
tree | 856ee92627f538b1c2d4d298aba38e9ceedfde1c /other | |
parent | Miscellaneous fixes (diff) | |
download | kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.tar.gz kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.tar.bz2 kcc-5481c0cfe5f244a2e24b5d72ac655f3a63f5135d.zip |
Updated README + version bump
Diffstat (limited to 'other')
-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 bb87c7d..cda8b2d 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>MacOS/Kindle Comic Converter</string> <key>CFBundleGetInfoString</key> - <string>KindleComicConverter 5.0, written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <string>KindleComicConverter 5.0.1, written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski</string> <key>CFBundleIconFile</key> <string>comic2ebook.icns</string> <key>CFBundleIdentifier</key> @@ -21,11 +21,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.0.0</string> + <string>5.0.1</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>5.0.0</string> + <string>5.0.1</string> <key>LSEnvironment</key> <dict> <key>PATH</key> |