summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Hadrien Theveneau <theveneau@gmail.com> 2015-10-28 02:54:18 +0100
committerGravatar Hadrien Theveneau <theveneau@gmail.com> 2015-10-28 02:54:54 +0100
commit4812b211ef351e9c932b62aa2e488f0a833100df (patch)
tree67ab332de08b39d6a9b33a9d6663e1c7daade9e4 /module/plugins/internal/SimpleCrypter.py
parentIncrease version number in DlProtectCom.py (diff)
downloadpyload-4812b211ef351e9c932b62aa2e488f0a833100df.tar.xz
Increase version number in SimpleCrypter.py
Diffstat (limited to 'module/plugins/internal/SimpleCrypter.py')
-rw-r--r--module/plugins/internal/SimpleCrypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/SimpleCrypter.py b/module/plugins/internal/SimpleCrypter.py
index b36c3d528..59b9acc31 100644
--- a/module/plugins/internal/SimpleCrypter.py
+++ b/module/plugins/internal/SimpleCrypter.py
@@ -11,7 +11,7 @@ from module.plugins.internal.utils import replace_patterns, set_cookie, set_cook
class SimpleCrypter(Crypter):
__name__ = "SimpleCrypter"
__type__ = "crypter"
- __version__ = "0.78"
+ __version__ = "0.79"
__status__ = "testing"
__pattern__ = r'^unmatchable$'