summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar Stefano <l.stickell@yahoo.it> 2013-06-25 13:16:12 +0200
committerGravatar Stefano <l.stickell@yahoo.it> 2013-06-25 13:16:12 +0200
commit3229f1593f18efeceb8b98f45d4d4c15a5555d16 (patch)
treef4ee502386c4263f60b764ded3be2a072146bf5f /module/plugins/hoster
parentMerge pull request #180 from seoester/streamcloud-update-148 (diff)
downloadpyload-3229f1593f18efeceb8b98f45d4d4c15a5555d16.tar.xz
StreamcloudEu: increased version number after 40831c996c0c80e369d2232bd707e0b2088056fc
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 35b9a0bd2..73c0465f8 100644
--- a/module/plugins/hoster/StreamcloudEu.py
+++ b/module/plugins/hoster/StreamcloudEu.py
@@ -8,7 +8,7 @@ class StreamcloudEu(XFileSharingPro):
__name__ = "StreamcloudEu"
__type__ = "hoster"
__pattern__ = r"http://(www\.)?streamcloud\.eu/\S+"
- __version__ = "0.01"
+ __version__ = "0.02"
__description__ = """Streamcloud.eu hoster plugin"""
__author_name__ = ("seoester")
__author_mail__ = ("seoester@googlemail.com")