summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/XFSHoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-23 05:18:09 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-09-23 05:18:09 +0200
commite62a560d8f5b62980391527cf77ca0f70d3e00f4 (patch)
treecdf4fbef3027b1f68f8e7e7975b441d0faf0a046 /module/plugins/internal/XFSHoster.py
parent[Plugin] Fix _log + code cosmetics (diff)
parentUpdate Hoster.py (diff)
downloadpyload-e62a560d8f5b62980391527cf77ca0f70d3e00f4.tar.xz
Merge pull request #1836 from GammaC0de/patch-2
[Internal plugins] Version up
Diffstat (limited to 'module/plugins/internal/XFSHoster.py')
-rw-r--r--module/plugins/internal/XFSHoster.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSHoster.py b/module/plugins/internal/XFSHoster.py
index d83e3cb78..729c9a0ee 100644
--- a/module/plugins/internal/XFSHoster.py
+++ b/module/plugins/internal/XFSHoster.py
@@ -14,7 +14,7 @@ from module.utils import html_unescape
class XFSHoster(SimpleHoster):
__name__ = "XFSHoster"
__type__ = "hoster"
- __version__ = "0.59"
+ __version__ = "0.60"
__status__ = "testing"
__pattern__ = r'^unmatchable$'