From f7429140f8ab69480a67779a56cfbac5d4a37479 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 23 Dec 2013 17:45:19 -0500 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 8c60a81..9b3f8d6 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-88 +version: 4-4-89 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 1e12a83..a9c2204 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, 05) + version = (1, 8, 06) minimum_calibre_version = (1, 13, 0) #: This field defines the GUI plugin class that contains all the code