Bump test version.

This commit is contained in:
Jim Miller 2016-10-31 19:39:48 -05:00
parent f8132eb14b
commit 55ad7e2726

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, 5, 5)
version = (2, 5, 6)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code