Bump plugin version.

This commit is contained in:
Jim Miller 2012-06-09 12:01:21 -05:00
parent c6576f5bf3
commit 6aaed30a6d

View file

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