diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-28 00:29:19 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-07-28 00:29:19 +0200 |
commit | 6f387ff66b93e24cc52db7a5ea277265d35f051d (patch) | |
tree | 133a17fa13b6c313bada51acb2fb635d42ccef8e /module/plugins/internal/SimpleHoster.py | |
parent | Fix https://github.com/pyload/pyload/issues/1545 (diff) | |
download | pyload-6f387ff66b93e24cc52db7a5ea277265d35f051d.tar.xz |
Missed to bump up some plugin __version__
Diffstat (limited to 'module/plugins/internal/SimpleHoster.py')
-rw-r--r-- | module/plugins/internal/SimpleHoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleHoster.py b/module/plugins/internal/SimpleHoster.py index 936887342..3f88dfbcc 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -24,7 +24,7 @@ statusMap = dict((v, k) for k, v in _statusMap.items()) class SimpleHoster(Hoster): __name__ = "SimpleHoster" __type__ = "hoster" - __version__ = "1.73" + __version__ = "1.74" __status__ = "testing" __pattern__ = r'^unmatchable$' |