summaryrefslogtreecommitdiffstats
path: root/module/plugins/internal/Crypter.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-27 20:11:56 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-12-27 22:53:01 +0100
commita32ab94ad39f14febf6d0526e368478d829a17c5 (patch)
treed3b619f210203db1bf6fc08bf5e7d7307fd05dd6 /module/plugins/internal/Crypter.py
parentUpdate some hosters (diff)
downloadpyload-a32ab94ad39f14febf6d0526e368478d829a17c5.tar.xz
[internal] Spare code optimizations and fixes
Diffstat (limited to 'module/plugins/internal/Crypter.py')
-rw-r--r--module/plugins/internal/Crypter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/internal/Crypter.py b/module/plugins/internal/Crypter.py
index b78dadad5..596bbcfb4 100644
--- a/module/plugins/internal/Crypter.py
+++ b/module/plugins/internal/Crypter.py
@@ -7,7 +7,7 @@ from module.plugins.internal.misc import parse_name, safename
class Crypter(Base):
__name__ = "Crypter"
__type__ = "crypter"
- __version__ = "0.15"
+ __version__ = "0.16"
__status__ = "stable"
__pattern__ = r'^unmatchable$'