diff --git a/Makefile b/Makefile index 94b5ece..a69cc42 100755 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ version_tuple := $(shell echo $(version) | awk -F. '{print "("$$1", "$$2", "$$3" release: update_version zip load zip: $(release_dir) - @echo "Creating new $(release_dir)/$(zip_file)" && zip "$(release_dir)/$(zip_file)" $(zip_contents) && echo "Created new $(release_dir)/$(zip_file)" + @echo "Creating new $(release_dir)/$(zip_file)" + @mkdir -p "$(release_dir)" && zip "$(release_dir)/$(zip_file)" $(zip_contents) # Loads current src content, use this if doing dev changes dev: diff --git a/__init__.py b/__init__.py index 68b24fc..9ebb760 100644 --- a/__init__.py +++ b/__init__.py @@ -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, 7) + version = (0, 6, 8) 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' diff --git a/pluginIndexKOReaderSync.txt b/pluginIndexKOReaderSync.txt index d76b8b4..7980fb3 100644 --- a/pluginIndexKOReaderSync.txt +++ b/pluginIndexKOReaderSync.txt @@ -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.7; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes; +Version: 0.6.8; Calibre: 5.0.1; Author: harmtemolder & others, currently maintaining by: kyxap; History: Yes; Platforms: Windows, OSX, Linux;[/I] diff --git a/version.txt b/version.txt index 2228cad..fae59ca 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.6.7 +0.6.8