From 351186559e57f0b8b2a5c04c75b95fe27a246642 Mon Sep 17 00:00:00 2001 From: xxyzz Date: Thu, 19 Nov 2020 21:50:49 +0800 Subject: [PATCH] v1.5.0 --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a399ae2..cc70d67 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ class WordDumbDumb(InterfaceActionBase): description = 'Create Kindle Word Wise file.' supported_platforms = ['linux', 'osx', 'windows'] author = 'xxyzz' - version = (1, 4, 0) + version = (1, 5, 0) minimum_calibre_version = (5, 0, 0) # Python3 actual_plugin = 'calibre_plugins.worddumb.ui:WordDumb'