mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-09 05:21:13 +02: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']
|
supported_platforms = ['windows', 'osx', 'linux']
|
||||||
author = 'Jim Miller'
|
author = 'Jim Miller'
|
||||||
version = __version__
|
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
|
#: This field defines the GUI plugin class that contains all the code
|
||||||
#: that actually does something. Its format is module_path:class_name
|
#: that actually does something. Its format is module_path:class_name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue