summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/crypter/LetitbitNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/crypter/LetitbitNet.py')
-rw-r--r--pyload/plugins/crypter/LetitbitNet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/crypter/LetitbitNet.py b/pyload/plugins/crypter/LetitbitNet.py
index 6942aa3ca..5706465bf 100644
--- a/pyload/plugins/crypter/LetitbitNet.py
+++ b/pyload/plugins/crypter/LetitbitNet.py
@@ -7,7 +7,7 @@ from pyload.plugins.internal.Crypter import Crypter
class LetitbitNet(Crypter):
__name__ = "LetitbitNet"
__type__ = "crypter"
- __version__ = "0.1"
+ __version__ = "0.10"
__pattern__ = r'http://(?:www\.)?letitbit\.net/folder/\w+'
__config__ = [("use_subfolder", "bool", "Save package to subfolder", True),