From a83e4add291cef3a57a3828618cb527cf88d48ad Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 31 Dec 2015 09:56:27 +0100 Subject: Version up --- module/plugins/internal/SimpleCrypter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins/internal/SimpleCrypter.py') 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$' -- cgit v1.2.3