summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2014-01-04 17:24:08 +0100
committerGravatar Stefano <l.stickell@yahoo.it> 2014-01-04 17:24:08 +0100
commit22048007abb2df02ee4ac97f61bd6d615c68a529 (patch)
tree5653e3de8ac4096e59b5e3dd2a20877fb989636a /module/plugins/hoster
parentMerge pull request #453 from skydevment/patch-1 (diff)
downloadpyload-22048007abb2df02ee4ac97f61bd6d615c68a529.tar.xz
StreamcloudEu: increased version number after
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/StreamcloudEu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/StreamcloudEu.py b/module/plugins/hoster/StreamcloudEu.py
index b9ff37052..dea2781d5 100644
--- a/module/plugins/hoster/StreamcloudEu.py
+++ b/module/plugins/hoster/StreamcloudEu.py
@@ -10,7 +10,7 @@ class StreamcloudEu(XFileSharingPro):
__name__ = "StreamcloudEu"
__type__ = "hoster"
__pattern__ = r"http://(www\.)?streamcloud\.eu/\S+"
- __version__ = "0.02"
+ __version__ = "0.03"
__description__ = """Streamcloud.eu hoster plugin"""
__author_name__ = ("seoester")
__author_mail__ = ("seoester@googlemail.com")