Skip to content

Commit

Permalink
version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jm289765 committed Feb 22, 2023
1 parent 91787a1 commit c94ac30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added zip/highlights-to-obsidian-1.1.1.zip
Binary file not shown.

0 comments on commit c94ac30

Please sign in to comment.