From dd1234252491297217702aa1d4bc79cdd4bab18c Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Tue, 18 Nov 2014 16:25:53 -0600 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- index.html | 9 ++++----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/app.yaml b/app.yaml index 9e4eaa3..ccd790a 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 2-0-09 +version: 2-0-10 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index b455994..83741b4 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 = (2, 0, 9) + version = (2, 0, 10) minimum_calibre_version = (1, 48, 0) #: This field defines the GUI plugin class that contains all the code diff --git a/index.html b/index.html index b95d801..1f798c7 100644 --- a/index.html +++ b/index.html @@ -57,10 +57,9 @@

Changes:

@@ -73,7 +72,7 @@ If you have any problems with this application, please report them in the FanFictionDownLoader Google Group. The - Previous Version is also available for you to use if necessary. + Previous Version is also available for you to use if necessary.

{{ error_message }}