Update for strange windows users on a network, and more xml verification fixes

This commit is contained in:
Apprentice Harper
2016-10-20 07:12:37 +01:00
parent ca59704dc4
commit 46ce2ce0ea
4 changed files with 19 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ except NameError:
PLUGIN_NAME = 'Obok DeDRM'
PLUGIN_SAFE_NAME = PLUGIN_NAME.strip().lower().replace(' ', '_')
PLUGIN_DESCRIPTION = _('Removes DRM from Kobo kepubs and adds them to the library.')
PLUGIN_VERSION_TUPLE = (6, 5, 2)
PLUGIN_VERSION_TUPLE = (6, 5, 3)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'