diff options
author | 2015-10-02 12:30:04 +0200 | |
---|---|---|
committer | 2015-10-02 12:30:04 +0200 | |
commit | 4afeed04d2913b7635c5cd3917c90b928d53b151 (patch) | |
tree | 0fa16b60f9f7c9c73581a7ee3ab963ed24b97255 /module/plugins/internal/SimpleCrypter.py | |
parent | Merge pull request #1933 from jansohn/stable (diff) | |
download | pyload-4afeed04d2913b7635c5cd3917c90b928d53b151.tar.xz |
Fix https://github.com/pyload/pyload/issues/1932
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 a6feb8fbe..30b8ebfb0 100644 --- a/module/plugins/internal/SimpleCrypter.py +++ b/module/plugins/internal/SimpleCrypter.py @@ -10,7 +10,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo class SimpleCrypter(Crypter, SimpleHoster): __name__ = "SimpleCrypter" __type__ = "crypter" - __version__ = "0.64" + __version__ = "0.65" __status__ = "testing" __pattern__ = r'^unmatchable$' |