From 25c63c3a47289f99198edc878a5900e3318d057f Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Sat, 7 Jun 2014 09:43:32 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 4 +++-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/app.yaml b/app.yaml
index f5cf6807..befd945d 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-5-03
+version: 4-5-04
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index cc5292ba..9d1ddfbc 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, 22)
+ version = (1, 8, 23)
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 e6f0c8a9..cb4aadab 100644
--- a/index.html
+++ b/index.html
@@ -57,7 +57,9 @@
Changes:
- - New site: voracity2.e-fic.com -- Thanks, cryzed!
+ - New site: spikeluver.com -- Thanks, cryzed!
+ - New site: bloodshedverse.com -- Thanks, cryzed!
+ - Updates for site: voracity2.e-fic.com -- Thanks, cryzed!