Skip to content

Commit

Permalink
Bump Release Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jan 20, 2022
1 parent dd96955 commit 31e0ed2
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 @@ -32,7 +32,7 @@ class SmartEjectBase(InterfaceActionBase):
description = _('UI plugin to Check for Duplicate/Missing/Added Books when Ejecting Devices.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 3, 1)
version = (2, 4, 0)
minimum_calibre_version = (2, 85, 1)

#: This field defines the GUI plugin class that contains all the code
Expand Down

0 comments on commit 31e0ed2

Please sign in to comment.