diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:17:27 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 02:17:27 +0100 |
commit | 8739af5043790ce34a847b805ddb5adba4caa5e0 (patch) | |
tree | 77573ee034722652024b84c531495a3ec0219705 /module | |
parent | [ExtractArchive] Update (diff) | |
download | pyload-8739af5043790ce34a847b805ddb5adba4caa5e0.tar.xz |
[HighWayMe] Version up
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/HighWayMe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/HighWayMe.py b/module/plugins/hoster/HighWayMe.py index e972839e1..a9d4db373 100644 --- a/module/plugins/hoster/HighWayMe.py +++ b/module/plugins/hoster/HighWayMe.py @@ -9,7 +9,7 @@ from module.plugins.internal.misc import seconds_to_midnight class HighWayMe(MultiHoster): __name__ = "HighWayMe" __type__ = "hoster" - __version__ = "0.18" + __version__ = "0.19" __status__ = "testing" __pattern__ = r'https?://.+high-way\.my' |