From 2bb5e5b74e93b897d56f34526669e8c9eb42404f Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 18 Nov 2013 07:47:21 -0600 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index 9c7eeed..d9d9cf5 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-83 +version: 4-4-84 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index d02c32c..9706336 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, 7, 54) + version = (1, 8, 00) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code