Skip to content

Commit

Permalink
Release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
kyxap committed Aug 9, 2024
1 parent 4683637 commit 21b3963
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ class KoreaderSync(InterfaceActionBase):
name = 'KOReader Sync'
description = 'Get metadata from a connected KOReader device'
author = 'harmtemolder & others, currently maintaining by: kyxap'
version = (0, 6, 5)
version = (0, 6, 6)
minimum_calibre_version = (5, 0, 1) # Because Python 3
config = JSONConfig(os.path.join('plugins', 'KOReader Sync.json'))
actual_plugin = 'calibre_plugins.koreader.action:KoreaderAction'
2 changes: 1 addition & 1 deletion pluginIndexKOReaderSync.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*][URL="https://www.mobileread.com/forums/showthread.php?t=362706"]KOReader Sync[/URL]
[I]Synchronize metadata (e.g. read progress and rating) from KOReader to calibre.
Version: 0.6.5; Released: 22-05-2023; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes;
Version: 0.6.6; Released: 22-05-2023; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes;
Platforms: Windows, OSX, Linux;[/I]
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.5
0.6.6

0 comments on commit 21b3963

Please sign in to comment.