Update version number to 6.6.1, with wzyboy's new folder structure.

This commit is contained in:
Apprentice Harper
2018-06-02 16:47:00 +01:00
parent 90e822f470
commit af6e479af4
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
<key>CFBundleExecutable</key>
<string>droplet</string>
<key>CFBundleGetInfoString</key>
<string>DeDRM AppleScript 6.6.0 Written 20102018 by Apprentice Alf et al.</string>
<string>DeDRM AppleScript 6.6.1 Written 20102018 by Apprentice Alf et al.</string>
<key>CFBundleIconFile</key>
<string>DeDRM</string>
<key>CFBundleIdentifier</key>
@@ -36,7 +36,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>6.6.0</string>
<string>6.6.1</string>
<key>CFBundleSignature</key>
<string>dplt</string>
<key>LSRequiresCarbon</key>

View File

@@ -32,8 +32,9 @@
# 6.5.4 - PDF float fix.
# 6.5.5 - Kindle for PC/Accented characters in username fix.
# 6.6.0 - Initial KFX support from TomThumb
# 6.6.1 - Standalong app fix from wzyboy
__version__ = '6.6.0'
__version__ = '6.6.1'
import sys
import os, os.path