diff options
author | 2015-10-18 21:41:13 +0200 | |
---|---|---|
committer | 2015-10-18 21:41:13 +0200 | |
commit | 7b5ac9a8e156002c7a9dd19b6d6756465bd185bc (patch) | |
tree | d297d03fb87487fb37093fbf46b073d3d95234bc /module/plugins/internal/XFSCrypter.py | |
parent | Merge branch 'pr/n2040_joberreiter' into stable (diff) | |
download | pyload-7b5ac9a8e156002c7a9dd19b6d6756465bd185bc.tar.xz |
Spare code fixes
Diffstat (limited to 'module/plugins/internal/XFSCrypter.py')
-rw-r--r-- | module/plugins/internal/XFSCrypter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/XFSCrypter.py b/module/plugins/internal/XFSCrypter.py index 327834dab..d295d2e9a 100644 --- a/module/plugins/internal/XFSCrypter.py +++ b/module/plugins/internal/XFSCrypter.py @@ -7,7 +7,7 @@ from module.plugins.internal.utils import set_cookie class XFSCrypter(SimpleCrypter): __name__ = "XFSCrypter" __type__ = "crypter" - __version__ = "0.19" + __version__ = "0.20" __status__ = "testing" __pattern__ = r'^unmatchable$' |