diff --git a/README.md b/README.md index 6b8612d..8312cdf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #FilebotTool: FileBot Integration for Deluge *requires [Filebot](http://www.filebot.net/)* -**Version Beta 0.8.4** +**Version Beta 0.8.5** #####[Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest) diff --git a/setup.py b/setup.py index 6c7350a..6064f3d 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ __plugin_name__ = "FileBotTool" __author__ = "laharah" __author_email__ = "laharah+fbt@gmail.com" -__version__ = "0.8.4" +__version__ = "0.8.5" __url__ = "https://github.com/Laharah/deluge-FileBotTool" __license__ = "GPLv3" __description__ = "Integrates FileBot functionality to Deluge"