From 888e4e001ce751d847980d640c1009d2ac0ba43b Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 28 Jan 2015 13:30:51 -0600 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- index.html | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app.yaml b/app.yaml index 10b11a2..0079c7b 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 2-1-02 +version: 2-1-03 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 1304477..c75d30b 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, 1, 2) + version = (2, 1, 3) 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 88cb987..b7874c5 100644 --- a/index.html +++ b/index.html @@ -57,8 +57,10 @@

Changes: