diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 01:13:05 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 01:13:05 +0100 |
commit | 49eac14d86cc14ed4b4ee21cf2d29c5e3fb51fe8 (patch) | |
tree | e9e9a8627fecfa2ba1608e642ca70b2e073d5767 /module | |
parent | [Hoster] Version up (diff) | |
download | pyload-49eac14d86cc14ed4b4ee21cf2d29c5e3fb51fe8.tar.xz |
[SimpleHoster] Version up
Diffstat (limited to 'module')
-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 c6e915cc4..568f2ce61 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -16,7 +16,7 @@ from module.plugins.internal.misc import (encode, parse_name, parse_size, class SimpleHoster(Hoster): __name__ = "SimpleHoster" __type__ = "hoster" - __version__ = "2.14" + __version__ = "2.15" __status__ = "stable" __pattern__ = r'^unmatchable$' |