summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/SimpleCrypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:52:08 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 21:52:08 +0100
commit9141141812bc8c209a6c09961582321067162f2e (patch)
treef8de5208b5a86c19d08452fd7871426a27947b63 /module/plugins/internal/SimpleCrypter.py
parentIncrease all __version__ for crypters and hosters (diff)
downloadpyload-9141141812bc8c209a6c09961582321067162f2e.tar.xz
Increase all __version__ for internals
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 89dc9b1a2..552edc405 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.77"
+ __version__ = "0.78"
__status__ = "testing"
__pattern__ = r'^unmatchable$'