diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 22a26ffa4..7a8545438 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -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, 9) + version = (2, 5, 10) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code