diff options
author | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:44:33 +0100 |
---|---|---|
committer | GammaC0de <GammaC0de@users.noreply.github.com> | 2015-12-29 00:44:33 +0100 |
commit | 4dc37a9d1ac1ee8b37827393479ab33554d0b550 (patch) | |
tree | 272101b38556a398e5077e97f7f316eb7b061c25 | |
parent | [ClickNLoad] Version up (diff) | |
download | pyload-4dc37a9d1ac1ee8b37827393479ab33554d0b550.tar.xz |
[SimpleCrypter] Version up
-rw-r--r-- | module/plugins/internal/SimpleCrypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py index 97d7a660a..ad2728f63 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -11,7 +11,7 @@ from module.plugins.internal.misc import parse_name, replace_patterns, set_cooki class SimpleCrypter(Crypter): __name__ = "SimpleCrypter" __type__ = "crypter" - __version__ = "0.80" + __version__ = "0.81" __status__ = "testing" __pattern__ = r'^unmatchable$' |