diff options
author | Stefano <l.stickell@yahoo.it> | 2014-01-04 17:24:08 +0100 |
---|---|---|
committer | Stefano <l.stickell@yahoo.it> | 2014-04-21 16:52:48 +0200 |
commit | 5a816c0e28cdaf0fa489e7a4e3bf20e76f64f845 (patch) | |
tree | 14c52c1047c7f4c58026b1036ecdcb5a16996dc9 | |
parent | Merge pull request #453 from skydevment/patch-1 (diff) | |
download | pyload-5a816c0e28cdaf0fa489e7a4e3bf20e76f64f845.tar.xz |
StreamcloudEu: increased version number after
50ef18bfb7ced07dfacc8db28aa11dd376be65da
(cherry picked from commit 22048007abb2df02ee4ac97f61bd6d615c68a529)
-rw-r--r-- | pyload/plugins/hoster/StreamcloudEu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/StreamcloudEu.py b/pyload/plugins/hoster/StreamcloudEu.py index b9ff37052..dea2781d5 100644 --- a/pyload/plugins/hoster/StreamcloudEu.py +++ b/pyload/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") |