Skip to content

Commit

Permalink
Updated the plugin version to 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bookfere committed Jun 12, 2023
1 parent 743383e commit 5340f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class EbookTranslator(InterfaceActionBase):
title = _(name)
supported_platforms = ['windows', 'osx', 'linux']
author = 'bookfere.com'
version = (2, 0, 1)
version = (2, 0, 2)
__version__ = 'v' + '.'.join(map(str, version))
description = _('A Calibre plugin to translate ebook into a specified '
'language (optionally keeping the original content).')
Expand Down

0 comments on commit 5340f72

Please sign in to comment.