Bump versions.

This commit is contained in:
Jim Miller 2012-10-31 10:33:59 -05:00
parent 9212357fed
commit 580ce2cf76
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.' description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux'] supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller' author = 'Jim Miller'
version = (1, 6, 16) version = (1, 6, 17)
minimum_calibre_version = (0, 8, 57) minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code #: This field defines the GUI plugin class that contains all the code