diff --git a/h2o/__init__.py b/h2o/__init__.py index 5a0b83c..f0c065f 100644 --- a/h2o/__init__.py +++ b/h2o/__init__.py @@ -9,7 +9,7 @@ class HighlightsToObsidianPlugin(InterfaceActionBase): description = 'Automatically send highlights from calibre to obsidian.md' supported_platforms = ['windows', 'osx', 'linux'] # only tested on windows author = 'jm289765' - version = (1, 1, 0) + version = (1, 1, 1) actual_plugin = 'calibre_plugins.highlights_to_obsidian.menu_button:MenuButton' minimum_calibre_version = (6, 10, 0) # this plugin probably works on earlier versions, i haven't tested diff --git a/zip/highlights-to-obsidian-1.1.1.zip b/zip/highlights-to-obsidian-1.1.1.zip new file mode 100644 index 0000000..c8525a2 Binary files /dev/null and b/zip/highlights-to-obsidian-1.1.1.zip differ