mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-02-02 05:33:09 +01:00
Bump calibre version only.
This commit is contained in:
parent
df622dfbf0
commit
b86c15d5a6
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
|
|||
description = _('UI plugin to download FanFiction stories from various sites.')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (1, 8, 07)
|
||||
version = (1, 8, 08)
|
||||
minimum_calibre_version = (1, 13, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
Loading…
Reference in a new issue