Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed Apr 26, 2017
1 parent 763544e commit 37e639a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
@@ -1,14 +1,14 @@
# FilebotTool: FileBot Integration for Deluge
*requires [Filebot](http://www.filebot.net/)*

**Version 1.1.6**
**Version 1.1.8**

##### [Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest)

##### [How to Install in Deluge](https://github.com/Laharah/deluge-FileBotTool/wiki)


Rename your torrents using FileBot from within deluge. Keep your media organized and
Rename your torrents using FileBot from within deluge. Keep your media organized and
your torrents seeding **without wasting storage space on duplicates!**

![rename_dialog](http://i.imgur.com/pfc14Rs.png)
Expand Down Expand Up @@ -70,9 +70,9 @@ You will need:
- then to build the plugin, on linux/osx type:
```
python2.6 setup.py bdist_egg # replace with 2.7 if deluge uses python 2.7
```
```
or on windows:
```
py -2.6 setup.py bdist_egg
```
- The new .egg file located in the `dist/` folder is now ready to be added to deluge.
```
- The new .egg file located in the `dist/` folder is now ready to be added to deluge.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
__plugin_name__ = "FileBotTool"
__author__ = "laharah"
__author_email__ = "laharah+fbt@gmail.com"
__version__ = "1.1.7"
__version__ = "1.1.8"
__url__ = "https://github.com/Laharah/deluge-FileBotTool"
__license__ = "GPLv3"
__description__ = "Integrates FileBot functionality to Deluge"
Expand Down

0 comments on commit 37e639a

Please sign in to comment.