From dc86c90b9ef70d22c2fba3caf4c7f6c1a9d0f00a Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Sun, 9 Mar 2014 21:09:47 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app.yaml b/app.yaml
index 2ae8ae49..4dfd46dc 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-94
+version: 4-4-95
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index cb902256..dd27af80 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, 13)
+ version = (1, 8, 14)
minimum_calibre_version = (1, 13, 0)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index cda1f59d..a33e8ff4 100644
--- a/index.html
+++ b/index.html
@@ -60,14 +60,14 @@
Hi, {{ nickname }}! This is FanFictionDownLoader, which makes reading stories from various websites
much easier.
-
Changes:
- - Fix for cover image.
+ - Fix potionsandsnitches.net dates.
+ - Fix for AO3 https urls.
- -->
Questions? Check out our
FAQs.
@@ -76,7 +76,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 }}