Bump versions.

This commit is contained in:
Jim Miller
2013-12-23 17:45:19 -05:00
parent 7872b25034
commit f7429140f8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-88
version: 4-4-89
runtime: python27
api_version: 1
threadsafe: true
+1 -1
View File
@@ -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, 05)
version = (1, 8, 06)
minimum_calibre_version = (1, 13, 0)
#: This field defines the GUI plugin class that contains all the code