From b86c15d5a6e019c0f8065fe4043a3bbcbfd4e4d1 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 21 Jan 2014 20:43:06 -0600 Subject: [PATCH] Bump calibre version only. --- calibre-plugin/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 3c77bb27..067164fa 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -42,7 +42,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase): description = _('UI plugin to download FanFiction stories from various sites.') supported_platforms = ['windows', 'osx', 'linux'] author = 'Jim Miller' - version = (1, 8, 07) + version = (1, 8, 08) minimum_calibre_version = (1, 13, 0) #: This field defines the GUI plugin class that contains all the code