Skip to content

Commit

Permalink
Core: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralvarez committed Aug 26, 2016
1 parent ef42bae commit a7af9bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions autoremoveplus/data/autoremoveplus.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,17 +674,6 @@ Deluge.plugins.autoremoveplus.ui.PreferencePage = Ext.extend(Ext.TabPanel, {

this.waitForClient(10);

/*deluge.client.autoremoveplus.get_remove_rules({
success: function(rules) {
this.rule_data = Deluge.plugins.autoremoveplus.util.dictToArray(rules);
},
scope: this
});*/

},

//TODO destroy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
__plugin_name__ = "AutoRemovePlus"
__author__ = "Omar Alvarez"
__author_email__ = "osurfer3@hotmail.com"
__version__ = "0.6"
__version__ = "0.6.1"
__url__ = "http://github.com/omaralvarez"
__license__ = "GPLv3"
__description__ = "Auto removal of torrents according to certain parameters"
Expand Down

0 comments on commit a7af9bc

Please sign in to comment.