Skip to content

Commit

Permalink
Update the plugin version to 1.3.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
bookfere committed May 12, 2023
1 parent da48f8c commit 719ba7f
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 = (1, 3, 7)
version = (1, 3, 8)
__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 719ba7f

Please sign in to comment.