Skip to content

Commit

Permalink
ready for minor 4.0.1 version
Browse files Browse the repository at this point in the history
bugfix for transition from old config files to new one.
the new one got 4 into the filename. in the future it is probably good
to add 'version' key into the json file. so far i couldn't care less...
  • Loading branch information
marcellmars committed Oct 29, 2015
1 parent ea38bf0 commit c518739
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion calibreletssharebooks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LetsShareBooks(InterfaceActionBase):
description = 'Share your Calibre library at http://www.memoryoftheworld.org'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Marcell Mars'
version = (4, 0, 0)
version = (4, 0, 1)
minimum_calibre_version = (0, 9, 30)
actual_plugin = 'calibre_plugins.letssharebooks.ui:LetsShareBooksUI'

Expand Down
2 changes: 1 addition & 1 deletion calibreletssharebooks/_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
Binary file modified calibreletssharebooks/letssharebooks_calibre.zip
Binary file not shown.

0 comments on commit c518739

Please sign in to comment.