From 4dc37a9d1ac1ee8b37827393479ab33554d0b550 Mon Sep 17 00:00:00 2001 From: GammaC0de Date: Tue, 29 Dec 2015 01:44:33 +0200 Subject: [SimpleCrypter] Version up --- module/plugins/internal/SimpleCrypter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module') 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$' -- cgit v1.2.3