Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lest committed Dec 23, 2019
1 parent 9bb4051 commit 0c47b6b
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 @@ -9,7 +9,7 @@ class BookFusionPlugin(InterfaceActionBase):
description = 'Provides synchronization of your eBooks and metadata from Calibre to your devices via the BookFusion iOS, Android & Web reader.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'BookFusion'
version = (0, 3, 1)
version = (0, 3, 2)
minimum_calibre_version = (3, 16, 0)

actual_plugin = 'calibre_plugins.bookfusion.ui:InterfacePlugin'
Expand Down

0 comments on commit 0c47b6b

Please sign in to comment.