diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 4c71b9c4..347e591a 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, 7, 2) + version = (2, 7, 3) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code