updated readme and bumped version

This commit is contained in:
JohnDoee
2015-07-19 21:37:34 +02:00
parent f3ee7f4270
commit a483bfe599
2 changed files with 5 additions and 2 deletions

View File

@@ -41,7 +41,10 @@ The _allow remote_ option is to allow remote add and stream of torrents.
# Version Info
## Version 0.3.0
## Version 0.4.1
* Fixed bug with old Deluge versions
## Version 0.4.0
* Added WebUI support
* Improved scheduling algorithm

View File

@@ -42,7 +42,7 @@ from setuptools import setup
__plugin_name__ = "Streaming"
__author__ = "John Doee"
__author_email__ = "johndoee@tidalstream.org"
__version__ = "0.4.0"
__version__ = "0.4.1"
__url__ = "https://github.com/JohnDoee/deluge-streaming"
__license__ = "GPLv3"
__description__ = "Enables streaming of files while downloading them."