diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index e8751de..b5613dd 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase): description = 'UI plugin to download FanFiction stories from various sites.' supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (1, 1, 4) + version = (1, 1, 5) minimum_calibre_version = (0, 8, 30) #: This field defines the GUI plugin class that contains all the code