Skip to content

Commit

Permalink
chore: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6f677548 committed Aug 20, 2024
1 parent 35a936b commit 1a5e995
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion epubmg_filetypeplugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MetaguidedEpubFileType(FileTypePlugin):
description = "Works on post conversion/import and converts epub files to a metaguided format, improving your focus and reading speed (sometimes called bionic reading)."
supported_platforms = ["windows", "osx", "linux"]
author = "0x6f677548 (Hugo Batista)"
version = (1, 0, 1)
version = (1, 0, 2)
file_types = set(["epub"])
minimum_calibre_version = (6, 5, 0)
on_postprocess = True # Run this plugin after conversion is complete
Expand Down
2 changes: 1 addition & 1 deletion epubmg_interfaceplugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class InterfacePluginWrapper(InterfaceActionBase):
description = "Adds a button to toolbar and context menu, to convert epub files to a metaguided format, improving your focus and reading speed (sometimes called bionic reading)."
supported_platforms = ["windows", "osx", "linux"]
author = "0x6f677548 (Hugo Batista)"
version = (1, 0, 1)
version = (1, 0, 2)
minimum_calibre_version = (6, 5, 0)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion epubmg_outputplugin/conversion/epubmg_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MetaguidedEpubOutput(EPUBOutput):
description = "Adds additional options to Epub Output conversion, enabling epub files conversion to a metaguided format, improving your focus and reading speed (sometimes called bionic reading)."
supported_platforms = ["windows", "osx", "linux"]
author = "0x6f677548 (Hugo Batista)"
version = (1, 0, 1)
version = (1, 0, 2)
file_type = "epub"
minimum_calibre_version = (6, 5, 0)
on_postprocess = True # Run this plugin after conversion is complete
Expand Down

0 comments on commit 1a5e995

Please sign in to comment.