Bump versions.

This commit is contained in:
Jim Miller 2013-11-18 07:47:21 -06:00
parent f21553bc4a
commit 2bb5e5b74e
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-83
version: 4-4-84
runtime: python27
api_version: 1
threadsafe: true

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, 7, 54)
version = (1, 8, 00)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code