Bump plugin version.

This commit is contained in:
Jim Miller
2012-02-13 19:40:11 -06:00
parent ed004e8637
commit 50c1cd2d1d
+1 -1
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, 4, 1)
version = (1, 4, 2)
minimum_calibre_version = (0, 8, 30)
#: This field defines the GUI plugin class that contains all the code