Bump versions -- v2.2.2

This commit is contained in:
Jim Miller
2015-04-15 16:39:27 -05:00
parent 9cf75c4774
commit 28b9fa511f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class FanFicFareBase(InterfaceActionBase):
description = _('UI plugin to download FanFiction stories from various sites.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 2, 1)
version = (2, 2, 2)
minimum_calibre_version = (1, 48, 0)
#: This field defines the GUI plugin class that contains all the code