Obok plugin 3.1.2 unzipped

This commit is contained in:
Apprentice Alf
2015-03-13 07:18:16 +00:00
parent cf922b6ba1
commit c7c34274e9
3 changed files with 13 additions and 11 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 = (3, 1, 1)
PLUGIN_VERSION_TUPLE = (3, 1, 2)
PLUGIN_VERSION = '.'.join([str(x) for x in PLUGIN_VERSION_TUPLE])
HELPFILE_NAME = PLUGIN_SAFE_NAME + '_Help.htm'
PLUGIN_AUTHORS = 'Anon'