mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-23 23:45:25 +02:00
calibre/python doesn't like 0 leading version numers anymore? Bump to 1.8.9
This commit is contained in:
parent
929cf36e79
commit
0ce37974e2
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, 08)
|
||||
version = (1, 8, 9)
|
||||
minimum_calibre_version = (1, 13, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
|
|
|
|||
Loading…
Reference in a new issue