Bump versions.

This commit is contained in:
Jim Miller
2013-09-07 14:41:30 -05:00
parent 7e35d0b710
commit 62ed503d10
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
version: 4-4-68
version: 4-4-69
runtime: python27
api_version: 1
threadsafe: true
+1 -1
View File
@@ -26,7 +26,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, 39)
version = (1, 7, 40)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code