diff options
author | 2015-12-31 09:56:27 +0100 | |
---|---|---|
committer | 2015-12-31 14:18:40 +0100 | |
commit | a83e4add291cef3a57a3828618cb527cf88d48ad (patch) | |
tree | f894d8f329c9cc783d4fad6a640b505a4af45bf0 /module/plugins/internal/SimpleCrypter.py | |
parent | [SimpleCrypter][SimpleHoster] Better preload routine (diff) | |
download | pyload-a83e4add291cef3a57a3828618cb527cf88d48ad.tar.xz |
Version up
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-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 39040ae68..d8bb7ad3c 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 class SimpleCrypter(Crypter): __name__ = "SimpleCrypter" __type__ = "crypter" - __version__ = "0.81" + __version__ = "0.82" __status__ = "testing" __pattern__ = r'^unmatchable$' |