mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Pull minimum calibre version back down to 0.8.30 rather than latest/greatest.
This commit is contained in:
@@ -26,7 +26,7 @@ class InterfacePluginDemo(InterfaceActionBase):
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
version = (1, 0, 2)
|
||||
minimum_calibre_version = (0, 8, 32)
|
||||
minimum_calibre_version = (0, 8, 30)
|
||||
|
||||
# action_menu_clone_qaction = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user