Bump test version.

This commit is contained in:
Jim Miller 2017-01-18 12:32:58 -06:00
parent e8dba4e565
commit d4fdf736bf

View file

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