From bad22c888f23012c02f89f6e5b4fbada9931c364 Mon Sep 17 00:00:00 2001 From: GamaC0de Date: Tue, 22 Mar 2016 13:57:51 +0200 Subject: [CryptCat] Update --- module/plugins/crypter/CryptCat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/plugins') diff --git a/module/plugins/crypter/CryptCat.py b/module/plugins/crypter/CryptCat.py index 5970b32e5..38216f735 100644 --- a/module/plugins/crypter/CryptCat.py +++ b/module/plugins/crypter/CryptCat.py @@ -8,7 +8,7 @@ from module.plugins.internal.SimpleCrypter import SimpleCrypter class CryptCat(SimpleCrypter): __name__ = "CryptCat" __type__ = "crypter" - __version__ = "0.02" + __version__ = "0.03" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?crypt\.cat/\w+' -- cgit v1.2.3