Skip to content

Commit

Permalink
Release v0.2.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
harmtemolder committed Nov 26, 2020
1 parent 466fa35 commit fcc99b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 0.2.1-alpha
version = 0.2.2-alpha
zip_file = releases/The Eye v$(version).zip
zip_contents = *.py LICENSE *.md *.txt

Expand Down
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class TheEyeStore(StoreBase):
name = 'The Eye'
description = 'Access The Eye directly from calibre.'
author = 'harmtemolder'
version = (0, 2, 1)
version = (0, 2, 2)
minimum_calibre_version = (5, 0, 1) # Because Python 3
drm_free_only = True
config = JSONConfig(os.path.join('plugins', 'The Eye.json'))
Expand Down
Binary file added releases/The Eye v0.2.2-alpha.zip
Binary file not shown.

0 comments on commit fcc99b6

Please sign in to comment.