diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:56:17 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:56:17 +0100 |
commit | 8c1324852dc12f9f680d5aeab98e02b1612cfbd4 (patch) | |
tree | ca8e250cd599083a1bf25802d77b15960aa5a542 /module | |
parent | [Account] Version up (diff) | |
download | pyload-8c1324852dc12f9f680d5aeab98e02b1612cfbd4.tar.xz |
[Hoster] Version up
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/internal/Hoster.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Hoster.py b/module/plugins/internal/Hoster.py index 6d88732ea..8b5e975d3 100644 --- a/module/plugins/internal/Hoster.py +++ b/module/plugins/internal/Hoster.py @@ -16,7 +16,7 @@ from module.plugins.internal.misc import compute_checksum, encode, exists, fixur class Hoster(Base): __name__ = "Hoster" __type__ = "hoster" - __version__ = "0.46" + __version__ = "0.47" __status__ = "stable" __pattern__ = r'^unmatchable$' |