mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-01-03 22:53:24 +01:00
Bump minimum_calibre_version to v3.48, last of 3 series.
This commit is contained in:
parent
7c7946cc51
commit
4718a2c2de
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class FanFicFareBase(InterfaceActionBase):
|
|||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = __version__
|
||||
minimum_calibre_version = (1, 48, 0)
|
||||
minimum_calibre_version = (3, 48, 0)
|
||||
|
||||
#: This field defines the GUI plugin class that contains all the code
|
||||
#: that actually does something. Its format is module_path:class_name
|
||||
|
|
|
|||
Loading…
Reference in a new issue