diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-04-14 10:43:44 +0200 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-04-14 10:43:44 +0200 |
commit | 4d3e0b374ccb1dfac1c9370c3ec824890c4dd0b8 (patch) | |
tree | b44602e0db3b27093508fcf24589afa30dfec0e2 | |
parent | [SimpleHoster] Improve latest change a little (diff) | |
download | pyload-4d3e0b374ccb1dfac1c9370c3ec824890c4dd0b8.tar.xz |
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)] |