Bump calibre version only.

This commit is contained in:
Jim Miller 2014-01-21 20:43:06 -06:00
parent df622dfbf0
commit b86c15d5a6

View file

@ -42,7 +42,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (1, 8, 07)
version = (1, 8, 08)
minimum_calibre_version = (1, 13, 0)
#: This field defines the GUI plugin class that contains all the code