From 770162568e9ca9c5004a2f101645918dd1843000 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 4 Feb 2013 12:57:34 -0600 Subject: [PATCH] Bump versions. --- app.yaml | 2 +- calibre-plugin/__init__.py | 2 +- index.html | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/app.yaml b/app.yaml index b85fea1a..65f88034 100644 --- a/app.yaml +++ b/app.yaml @@ -1,6 +1,6 @@ # ffd-retief-hrd fanfictiondownloader application: fanfictiondownloader -version: 4-4-40 +version: 4-4-41 runtime: python27 api_version: 1 threadsafe: true diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py index 78b015f7..c518ea07 100644 --- a/calibre-plugin/__init__.py +++ b/calibre-plugin/__init__.py @@ -27,7 +27,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, 6) + version = (1, 7, 7) minimum_calibre_version = (0, 8, 57) #: This field defines the GUI plugin class that contains all the code diff --git a/index.html b/index.html index dcf0c48c..b9cf7d93 100644 --- a/index.html +++ b/index.html @@ -56,9 +56,12 @@

Changes:

+ All minor changes this time.