diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-24 02:17:35 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-09-24 02:17:35 +0200 |
commit | 948e0cc21ea369a6661a3b6154374a09c1f7251f (patch) | |
tree | 8ac3f9e6dcf682775f5b170f2a9ca40eb7c0f8fc /module/plugins | |
parent | Merge pull request #1848 from lpiter/stable (diff) | |
parent | Version up (diff) | |
download | pyload-948e0cc21ea369a6661a3b6154374a09c1f7251f.tar.xz |
Merge pull request #1850 from chaosblog/patch-2
Version up
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/internal/Hoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index b853f2815..5d0a64f1a 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -44,7 +44,7 @@ def create_getInfo(klass): class Hoster(Plugin): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.27" + __version__ = "0.28" __status__ = "testing" __pattern__ = r'^unmatchable$' |