diff options
author | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-14 13:28:30 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@users.noreply.github.com> | 2015-04-14 13:28:30 +0200 |
commit | b320076a6f47b886486546ba2f6ed0d359e8291e (patch) | |
tree | b44602e0db3b27093508fcf24589afa30dfec0e2 | |
parent | [SimpleHoster] Improve latest change a little (diff) | |
parent | Version bump (diff) | |
download | pyload-b320076a6f47b886486546ba2f6ed0d359e8291e.tar.xz |
Merge pull request #1355 from GammaC0de/stable
[SimpleHoster] forgot version bump
-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 1400fd2b6..d65d12403 100644 --- a/module/plugins/internal/SimpleHoster.py +++ b/module/plugins/internal/SimpleHoster.py @@ -245,7 +245,7 @@ def secondsToMidnight(gmt=0): class SimpleHoster(Hoster): __name__ = "SimpleHoster" __type__ = "hoster" - __version__ = "1.37" + __version__ = "1.38" __pattern__ = r'^unmatchable$' __config__ = [("use_premium", "bool", "Use premium account if available", True)] |