Skip to content

Commit 5d5c72f

Browse files
committed
version 1.3.0
1 parent 10ade59 commit 5d5c72f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

h2o/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class HighlightsToObsidianPlugin(InterfaceActionBase):
99
description = 'Automatically send highlights from calibre to obsidian.md'
1010
supported_platforms = ['windows', 'osx', 'linux'] # only tested on windows
1111
author = 'jm289765'
12-
version = (1, 2, 0)
12+
version = (1, 3, 0)
1313
actual_plugin = 'calibre_plugins.highlights_to_obsidian.menu_button:MenuButton'
1414
minimum_calibre_version = (6, 10, 0) # this plugin probably works on earlier versions, i haven't tested
1515

31.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)